c# - how to set session variable in the global asax -


hi trying set session variable on global asax, intention , when test whole project no need keep relogin, in end have investigate , found article.

session state not available in context - in global.asax

so put session application_acquirerequeststate not occur error of

session state not available in context.

however after use it, error still there... wrong it?enter image description here


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -