By mswatcher
via codeproject.com
Published: Feb 21 2013 / 09:04
Generally when any user login in any web application, we store some value in session. The session continues the user existence until logout. After logout we clear/abandon the session and redirect to login page. In that state the user is out of website and the secret information is now secure or nobody is authorized to view/access the information.
Tweet
SaveShareSend
Tags: .net, frameworks, javascript, web design
Add your comment