Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Submitting A Form Timeout Issues
kvarnerexpress
post Feb 17 2006, 11:36 PM
Post #1


Super Member
*********

Group: Members
Posts: 407
Joined: 13-December 04
Member No.: 2,696



This is an extremely bizzare issue that I am rapidly running out of ideas on how to tackle. I'm not certain HTML programming is the right forum, but then again, I'm not sure what problem really is, either.

I have two different domains with web material on them, on seperate servers thru different companies. One page contains a log in form and is hosted in the first domain. The action for the form directs it to a cgi on the second server:


Code:


CODE
<form name="LIform" method="POST" action="https://xx.xxx.xx.xxx/cgi-bin/fpcgi">
    <input type="HIDDEN" name="TWClientLogIn" value>  
    <input TYPE="HIDDEN" NAME="Field_ddir" value="/usr/local/apache/htdocs">
    <input TYPE="HIDDEN" NAME="Field_base" value="tttttt">
    <input TYPE="HIDDEN" NAME="Field_cmd" VALUE="rreport zzzz -fp yyyy -sr 1055 -n -u">

        <input type="text" name="UName" size="30" length="50" maxlength="50" value=""><br>
        <input type="password" name="Pwd" size="20" length="50" maxlength="50"><br>
        <input type="submit" value="Login" name="B1">
</form>


This works just fine on 95% of machines. However, some Windows machines report a timeout when trying to submit the form. It is not an IE issue - using FireFox on such a machine also results in a timeout. So I am fairly certain it is a Windows issue.

So far both affected machines are Windows XP Service Pack 2. However, many machines on which it works are also XPSP2. I've gone through and fiddled endlessly with the internet security settings, disabled the firewall, deleted all cookies and SSL certs, shut down every running process but those the system needs to run, etc. No dice. Anyone have any advice or seen a similar problem? I could really use a clue, here.

Go to the top of the page
 
+Quote Post
moldboy
post Feb 18 2006, 03:09 AM
Post #2


Privileged Member
*********

Group: Members
Posts: 518
Joined: 29-April 05
From: Canada Eh?!?
Member No.: 6,408



I'd guess you tried this but, have you been able to access the second site directly by typing in an address, just to see if the server isn't down.
Go to the top of the page
 
+Quote Post
Albus Dumbledore
post Feb 18 2006, 03:18 AM
Post #3


Hidden Secrets can't be told threw just words. One must feel what the other feels to truely understand...
**************

Group: Members
Posts: 1,523
Joined: 8-January 06
From: Sacramento California
Member No.: 16,756



well, i have a friend who has a contact form that the action is linked to my server since his doesn't support contact forms, and it works fine for him..jsut as long as the full action url is put in there like youve shown above.. i havent neccesarly tryed it with a login code but i think it would be the same..but maybe it isn't, have you concidered hosting the ACTION page on the same server as the login form and seeing if that makes a differense?

i know this was probably not much help but i am just trying >_<
Go to the top of the page
 
+Quote Post
Inspiron
post Feb 18 2006, 05:11 AM
Post #4


Trap Grand Marshal Member
***********

Group: Members
Posts: 1,205
Joined: 25-March 05
Member No.: 4,883



The problem will most probably come from this line in bold.
QUOTE
<form name="LIform" method="POST" action="https://xx.xxx.xx.xxx/cgi-bin/fpcgi">


Be sure that the server hosting the scripts where you typed in the "action" parameter is working without errors and they accept requests at anytime. Some servers due to lag issues or overloading are unable to process your requests, will result in a ping timeout and/or return an invalid page. If that happens, it basically meant that the servers are currently unable to perform your request.

Also notice that in your "action" parameter, it's a https but not a normal http protocol. That would probably be that case where the user, which probably is yourself, has logged into their servers to use their scripts, but did not perform any requests or remain on that particular page without moving into other of the pages in the server, will automatically log you out after a certain inactive time period which is set by the servers. There's no way to solve this issue as this is a configuration on the servers, unless you are the server administrator. However, an alternative to this is to use another external script, or 3rd party scripts. that does the same function on a public domain, that is without https.

Maybe you would like to tell us that you are trying to do with your form, we may be able to find and provide you with some other alternative scripts that you can use. After we've found that scripts, you just have to change and edit the "action" parameter. Nothing else to be edition in the rest of your form, so you need not worry.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Free Windowsxp Sp2 Cd From Microsoft(13)
  2. *** Click Here To Get Your Free Hosting ***(1)
  3. Help To Get Traffic For New Site(23)
  4. Form To Php Mail. Attachment(14)
  5. Loop Through Form(8)
  6. Have Diferences Of Performance Form Ps2 Full Console To Mini-ps2?(8)
  7. What Is A Computer Form Factor(1)
  8. Unable To Renew Ip Address Or Connect To Internet After Broadband Software Uninstall(6)
  9. Php Ftp Upload Form(1)
  10. Issues With Router Freezing(3)
  11. How To Make Form Nested In Internet Explorer ?(2)
  12. Html Form!(4)
  13. Registration Form?!(6)
  14. Help With Form Actions.(1)
  15. Gahhh This Isn't Going Well Please Help!(12)
  1. Application Form [approved](2)
  2. Installing And Running Glype Proxy(2)
  3. Vb 2008 Linking To Another Form..(0)
  4. Perl For Automated Web Form Search(1)
  5. Java Multithreading Issues(2)
  6. Trade Mark Infringrements And Issues..(5)
  7. Design A Contact Form In Flex Part 1(0)
  8. Text Size In "fill-in" Form Blanks(2)
  9. About Posting Form(2)
  10. Design A Contact Form In Flex Part 2(0)
  11. Return From Haitus(3)
  12. Design A Contact Form In Flex Part 3(2)
  13. Submitting A Form In Flex (follow Up Of Sm's Tut)(2)


 



- Lo-Fi Version Time is now: 7th October 2008 - 03:34 PM