hi,
i have some session values in global.asax page and i want to access the values in .asp page, is this is possible. then how can i use the values in .aspx page
vr.mahendran
Printable View
hi,
i have some session values in global.asax page and i want to access the values in .asp page, is this is possible. then how can i use the values in .aspx page
vr.mahendran
No.
ASP & ASP.NET cannot share Application or Session State
You can however share cookies between them, that is your only option.