Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: A timeout set of 20 is erroring out early?


Message #1 by "Melissa Mussitsch" <melissa.mussitsch@a...> on Tue, 18 Jun 2002 17:25:07
Hi - I have the problem where my timeout is confirmed with session.timeout 
at 20 minutes.  I have code that works once 20 minutes has elapsed you are 
redirected to an informative page.
My problem is that on my page that is timing out is a submit button which 
calls itself and does some stuff.  Up to about 10 minutes, this submit 
button works fine, but after 10 minutes (or so - I haven't locked it down 
to a specific time) the submit fails and apparently the session has timed 
out because I get the 403 error message:
 You are not authorized to view this page 
You might not have permission to view this directory or page using the 
credentials you supplied. 

---------------------------------------------------------------------------
-----

If you believe you should be able to view this directory or page, please 
try to contact the Web site by using any e-mail address or phone number 
that may be listed on the www1dev home page.

You can click  Search to look for information on the Internet.




HTTP Error 403 - Forbidden 
Internet Explorer  

Not only does this appear to be happening early - but I've also tried to 
replace this standard error message with a file of my own (figured it as 
403-10) and this doesn't work either.

Any info would be greatly appreciated!!
Thanks.
Melissa Mussitsch

  Return to Index