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 - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -