I have a javascript variable in a page default.aspx
var name="user1"
window.location="test.aspx"
this page will submit to test.aspx and in global.asax while firing Application_BeginRequest event ,i need to access the variable "name". i need to do this without cookies. Anyone can help me on this?