CATEGORIES
How to kill a session in asp.net?
Published by: Sangeeta (1/8/2009 9:24:24 AM)
JAN 8 2009
I have a Logout page where I want to end up the session completely after the user logs out. When the user clicks on the LogOut button, he/she gets redirected to the Home page. But when the user clicks on the back button of the browser, the user again gets redirected to the LogOut Page because of the carried over session.
Most Popular Articles
- Remove Carriage Returns and Line Feeds from ASP Page
- What is the Server Variable Request for IP Address
- Request object error 'ASP 0104 : 80004005' Operation not Allowed
- Why do I get error WinHttp.WinHttpRequest error '80072ee2' The operation timed out
- Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
How do I request the server to know the top level domain in url >>
<< Why Round Function is used in ASP
COMMENT