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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -