ASP.NET and Session State/Login info
Posted
by V-Man
on Stack Overflow
See other posts from Stack Overflow
or by V-Man
Published on 2010-03-25T16:46:01Z
Indexed on
2010/03/25
16:53 UTC
Read the original article
Hit count: 425
Are Session variables (in ASP.NET) the safest way to store data relating to whether a user is logged in or not? i.e. Session["LoggedIn"] = 'No'
I know Session variables can be spoofed so I assume there must be a safer way.
Any ideas for ASP.NET?
Thanks!
© Stack Overflow or respective owner