What do i do to clear the user session once the user logs out, but doesnt
close the browser?

Signature
Kumar.A.P.P
Software Engineer, Infosys Technologies Limited.
http://geekswithblog.squarespace.com
ThatsIT.net.au - 11 Oct 2007 13:22 GMT
Session.Abandon
> What do i do to clear the user session once the user logs out, but doesnt
> close the browser?
Peter Bromberg [C# MVP] - 11 Oct 2007 20:34 GMT
I'd say Session.Abandon - AND redirect them to a "LoggedOut.aspx" special
page where you can test that the Session is actually gone.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> What do i do to clear the user session once the user logs out, but doesnt
> close the browser?