aspx_beginners thread: ASP Session and ASP.Net Session
I've created a .Net application, but most of the files are old .asp files. I use everywhere the usual Session.SessionID, but with .asp files it doesn't stay the same (it changes every time the client refreshes the page), so I can't rely on Session. If it is an .aspx file the Session.SessionID (the .Net one) there is not problem as it keeps stable. Is this a bug? Is it normal? Thanks Nico
|





