c# - Is there a way to view Session state/variables in ASP.NET WebForm -


i developing webform project. in login form store user name in session variable

    session["username"] = txtuser.text; 

my question , there way view/hack session variable in browser? please share working step step. i'm thinking of security of web project. help.

update : answers. based feedbacks, webproject secured right? i'll vote helpful answer/s. thanks!

answer no. session server object. in can stored in memory or web server (default), or somewhere else, depending on mode.

read here

https://msdn.microsoft.com/en-us/library/ms178586.aspx


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

ios - How to Rectify the Relationship Fault in CoreData While parsing RESTKIT? -