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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -