c# - invalidate aspx authentification cookie -


i have asp.net web form. when user authenticate, create secured cookie called .aspxauth

uppon logout, call these 2 methods

formsauthentication.signout();  session.abandon() 

problem had penetration test , if steal cookie, logout , manually reinsert cookie, become loggued in again. .aspauth isn't invalidated server side.

i've googled , can't find answer security breach.

read article session fixation , how rid of once , all:

http://www.dotnetfunda.com/articles/show/1395/how-to-avoid-the-session-fixation-vulnerability-in-aspnet


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -