Does presence (or absence) of global.asax affect the session ID?
Does presence (or absence) of global.asax affect the session ID?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
abhishek trivediPosted Apr 3, 2008, 5:43 AM
Hi !!
No Global.asax will not affect the Session ID.
it is only use for application level handleing such as On Error or OnApplicationStarts or End .