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.
Comments
Post a Comment