Click to See Complete Forum and Search --> : Sessions and Global.asa


FZ1
January 22nd, 2008, 11:20 PM
If I have an html form and I want to store a username, how do I store this into session variable defined in my global.asa so I can pass to another page? I understand than if in my global.asa file I code:
Session("userame") = "testuser" I can access that variable on the asp page.
I can't seem to find examples of this.