Session variables are empty

loljewish

New Member
I've got an application which is written in ASP. Now I added a kind of extranet written in ASP.NET.<BR><BR>The ASP application uses the global.asa for Session variables and the ASP.NET uses the global.asax file. So far so good.<BR>I haven't got any problems with the Session variables stored in the global.asa file but the global.asax is making me nuts !!!<BR><BR>The Session variables in the global.asax seem to get emptied, as soon as I call another ASPX-page.<BR><BR>Any ideas ?!
 
Back
Top