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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -