Re: asp page with logout issues
From: Ray at <%=sLocation%> [MVP] (%=sLocation%)
Date: 02/25/04
- Previous message: weiwei: "asp page with logout issues"
- In reply to: weiwei: "asp page with logout issues"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Feb 2004 16:15:11 -0500
Disallow page caching on your session-protected pages. (I'm assuming you're
using sessions to determine if the user is logged in, but that's beside the
point.)
http://www.aspfaq.com/show.asp?id=2022
Ray at work
"weiwei" <Wei.Huang@slps.org> wrote in message
news:d32b0478.0402251311.7724ce13@posting.google.com...
> Hi
> I am having a problem with my asp application. here is very simple
> description. I created a user login.asp,
> that user login with his username and password, once he in, he can
> fill out several application forms...so on.
> at the last, if user click logut, it will leave that applicaiton and
> redirect to the main URL. So far, I don't
> have problmes except with the logout page. B/s when I click logout and
> it brings me to the main website. However,if
> I click the back button from the browser, it still brings me back the
> asp application. is there anyway that once
> you logout, and you cann't going back to your asp application.
> Below is my simple code, thanks in advance.
- Previous message: weiwei: "asp page with logout issues"
- In reply to: weiwei: "asp page with logout issues"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|