473,386 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Page ceases to respond after 30 min. in IE


Hello,

I am dumbfounded by this. I have a form where a user enters text for an
event which is posted to a database on submit. The form is not running a
script and is not necessarily part of a session. The page where you
enter data is .asp in name only (it loads shared header and footer
files).

After about 30 minutes, when the user clicks the submit button, nothing
appears to happen. The page sits there in front of you. Text can still
be added to the fields, the button press animation occurs, but there is
noone home.

Weirder (?) still is that this only seems to occur in Internet Explorer.
Timed trials in FireFox have the form still functioning well after the
45 minute mark.

My customer is obivously upset that his form does not function.

Any ideas???

--Rob--

*** Sent via Developersdex http://www.developersdex.com ***
Jul 23 '05 #1
6 1124
In article <%j***************@news.uswest.net>, ri***************@hotmail.com
enlightened us with...

Weirder (?) still is that this only seems to occur in Internet Explorer.
Timed trials in FireFox have the form still functioning well after the
45 minute mark.

My customer is obivously upset that his form does not function.

Any ideas???


Got URL?
And MSIE what (IE5? IE6?)? On what platform (win2k? winxp sp2?)?
Have you trialed this on other computers with MSIE? It might be something
with his specific settings or some oddness with a service pack.

--
--
~kaeli~
Practice safe eating - always use condiments.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #2
Thanks for your response.

I should have been more specific. The browser is MSIE 6 on WinXP w/ SP2.
It is also occuring on my customer's machine which is of unknown OS,
presumably XP home.

I have found articles since my initial post which indicate that a
default cookie value set by IE regardless of server settings is
preventing my form from performing any actions after 30 minutes as a
security feature.

See
[link]http://forums.databasejournal.com/showthread.php?threadid=38670[/l
ink] for example.

This article
[link]http://msdn.microsoft.com/msdnmag/issues/02/05/ASPSec2/default.asp
x[/link] on MSDN explains whats going on. They also give a VB fix and a
server side fix. However, I do not have access to the server on that
level and I do not understand the VB code well enough to modify it for
what I need.

If anyone else has had experiance with a workaround, advice would be
greatly appreciated.

Thanks again.

Rob

*** Sent via Developersdex http://www.developersdex.com ***
Jul 23 '05 #3
In article <Eh**************@news.uswest.net>, ro*@robspages.net enlightened
us with...
I have found articles since my initial post which indicate that a
default cookie value set by IE regardless of server settings is
preventing my form from performing any actions after 30 minutes as a
security feature.
Interesting.

This article
[link]http://msdn.microsoft.com/msdnmag/issues/02/05/ASPSec2/default.asp
x[/link] on MSDN explains whats going on. They also give a VB fix
I didn't see a client-side VB fix.
Looked for:
<script type="text/vbscript">
or
<script language="vbscript">
and a
server side fix. However, I do not have access to the server on that
level and I do not understand the VB code well enough to modify it for
what I need.


I do VB, VBScript, and a bit of C#.net.
What do you need to modify?
I didn't see any vbscript (client-side) on that link specifically, but I just
skimmed it.
Is your app .net?

--
--
~kaeli~
A lot of money is tainted - It taint yours and it taint mine.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #4
No, my app is just scripting not .net. This page does not even run a
script - its simply a form that posts to a page which runs the scripts.

A client-side override is exactly what I am looking for though.

--Rob--

*** Sent via Developersdex http://www.developersdex.com ***
Jul 23 '05 #5
In article <iu**************@news.uswest.net>, ro*@robspages.net enlightened
us with...
No, my app is just scripting not .net. This page does not even run a
script - its simply a form that posts to a page which runs the scripts.

A client-side override is exactly what I am looking for though.


You mentioned a script that you couldn't modify.
Where is that script and what do you need to modify it to do?

--
--
~kaeli~
Not one shred of evidence supports the notion that life is
serious.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #6
In article <iu**************@news.uswest.net>, ro*@robspages.net enlightened
us with...
No, my app is just scripting not .net. This page does not even run a
script - its simply a form that posts to a page which runs the scripts.

A client-side override is exactly what I am looking for though.


One other thing: this seems to only be a problem when using authentication.
Does your app use authentication?
Do you have control over the page being posted TO?
--
--
~kaeli~
Never mess up an apology with an excuse.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ravi & Paami | last post by:
After I tried upgrading my php version from 3 to 4, all my code which passes parameters between web pages have stopped working. Not sure what the problem is. Have tried defining the parameters in...
8
by: Workgroups | last post by:
I've got a page where the nature of the beast is such that the user clicks a submit button to ransomize some data in somewhat rapid succession (once per second, give or take). The page generates a...
8
by: Ed Jay | last post by:
I want to use history.go() to navigate between my previously loaded pages. I'm looking for a way to trigger a function call when a page is accessed using history.go(). Is there an event generated?...
4
by: Rico | last post by:
Hello, I'm looking for a way to force a pagebreak in code. I'm having a tough time, the first page formats properly until the condition is met and then forces a new page. The problem is, every...
4
by: Mori | last post by:
I am using masterPage and I need to populate a textbox that is in a content control with data from popup page that is not part of the master page. This code works if no masterpage is involved. ...
10
by: Benton | last post by:
Hi there, I have a UserControl with a couple of textboxes and a couple of buttons ("Save" and "Cancel"). The Click event for this buttons is in the UserControl's codebehind of course, so here's...
0
by: clarionprogrammer | last post by:
Problem info: 1. My application runs in AppDomain1. 2. My plugin runs in AppDomain2. I am able to place the plugin form inside an application panel via the SetParent() API call. However,...
3
by: John Doe | last post by:
Heres what I am trying to do: I have a div on my web site that runs a little php page via ajax with a javascript timer every 15 seconds or so. I can get the php page to load up the database i...
5
by: vegetable21 | last post by:
Hi All, (I originally posted this in the .NET Programming Languages, but i realised the fact that i'm using C# is irrelevant as i think the problem i'm having is with DHTML / JavaScript.) So...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.