Sunday, April 25, 2010

I used these instructions to password protect a page. How do I end session?

http://support.microsoft.com/kb/825498



I need users to be able to terminate sessions (log-out) without having to close the window. Just a link to a different page or something like that. The security is not that serious.



I used these instructions to password protect a page. How do I end session?windows media player 11



To close session after 5 seconds use



%26lt;%



Session.Timeout=5



%%26gt;



To end a session immediately, you may use the Abandon method:



%26lt;%



Session.Abandon



%%26gt;



Hope I helped you

No comments:

Post a Comment