Gyto
11-15-2007, 09:20 AM
Hi there,
I have an ASP web application which uses sessions to authenticate users. When the user logs in the session variables are set accordingly and when they logout I have used the following code to dispose of the session information and clear the buffers:
Session.Abandon()
response.clear()
However, if a user then goes directly back to a URL within the site they can still view that page until it is refreshed, despite the session information being cleared.
Is there a way to force it to check the session information everytime the page is loaded?
Thanks
Matt
I have an ASP web application which uses sessions to authenticate users. When the user logs in the session variables are set accordingly and when they logout I have used the following code to dispose of the session information and clear the buffers:
Session.Abandon()
response.clear()
However, if a user then goes directly back to a URL within the site they can still view that page until it is refreshed, despite the session information being cleared.
Is there a way to force it to check the session information everytime the page is loaded?
Thanks
Matt