G Guest Oct 11, 2007 #1 What do i do to clear the user session once the user logs out, but doesnt close the browser?
G Guest Oct 11, 2007 #3 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
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