Session Fixation in ASP.NET

Posted by AJM on Stack Overflow See other posts from Stack Overflow or by AJM
Published on 2010-03-08T15:20:09Z Indexed on 2010/03/08 15:21 UTC
Read the original article Hit count: 186

Filed under:
|
|

I'm wondering how to prevent Session fixation in ASP.NET

My approach would to this would normally be to generate and issue a new session id whenever someone logs in. But is this level of control possible in ASP.NET land?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about security