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: 209
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