Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Timeout user navigation

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
Navigation Bar missing on Web pages viewed through IIS - Folks; I created a website in FrontPage 2002. It has bars on the top of the page, and in the previews it looks and works great, but when I publish it to my Win2K system with IIS and FP 2002 I see the web page, but no..

IIS server timeout - I have to publish web sites from ISPs (IIS server FP2002 ext.) to My PC running Windows XP PRO, FP2002 ext. I had no problem with one ISP, but from the 2nd one, I keep getting "The Server messages after couple of minutes..

Timeout on IE via a Proxy - Has anybody come across a timeout problem in IE when through a proxy? We have a client who every now and again reports a 'slow down' in accessing our site, sometimes timing out through IE. the problem is not and..

ASP TimeOut limit - Hi, I set ASP TimeOut in IIS Manager to 2 seconds and used to check that it is in fact =2, but the script that for about 10 seconds. Why is that so? Are there any other settings that controls this or there is a..

Script Timeout Error. - I am using a file upload CGI Script. The problem I keep getting is Windows times out large uploads saying the script didn't execute in the amount of time given. I changed the asp timeout from 120 to 1200 (20 minutes), but the script still times out.
Author Message
anonymous165

External


Since: Oct 21, 2003
Posts: 4



(Msg. 1) Posted: Sat Nov 15, 2003 7:41 am
Post subject: Timeout user navigation
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have an ASP page that builds a table of related data
after a user logs in. However, I want the page to expire
after the user has finished, and I don't want anyone else
to be able to use the 'Back' button on th IE toolbar to
access this personal data. How do I do this? I have tried
using the Window_OnUnload, but I do not know what object
to use.

Please help.
P.S. I have seen this used on many e-commerce sites where
you get a message stating that the page has expired.

 >> Stay informed about: Timeout user navigation 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Sun Nov 16, 2003 2:47 am
Post subject: Re: Timeout user navigation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Try adding a property to hold the timeout value to the user's session, and
have all ASP pages changes check whether this property has expired. Or,
make ASP expire sessions for you (use ASP Session, and define a Session
Timeout for the Application in IIS Manager UI), and have all ASP pages check
whether the session is old or new.

I've seen some banks be even more aggressive and even have client-side
scripting to time out sessions (in addition to server-side session-based
timeout) -- you can easily see those examples in HTML Source from the
browser.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"REX" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:073901c3ab75$bfe27ac0$a401280a@phx.gbl...
I have an ASP page that builds a table of related data
after a user logs in. However, I want the page to expire
after the user has finished, and I don't want anyone else
to be able to use the 'Back' button on th IE toolbar to
access this personal data. How do I do this? I have tried
using the Window_OnUnload, but I do not know what object
to use.

Please help.
P.S. I have seen this used on many e-commerce sites where
you get a message stating that the page has expired.

 >> Stay informed about: Timeout user navigation 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]