Home All Groups Group Topic Archive Search About

Access ASP session from ASPX

Author
10 Jun 2005 8:02 PM
js
My application is a mixed of ASP and ASPX pages.  There are Session
variables created by some of the ASP pages.  I need to access those in
ASPX pages.  Does anyone know how? Or is it possible?

Author
10 Jun 2005 8:09 PM
Yunus Emre ALPÖZEN [MCSD.NET]
Store session state in sql server... This is the best way i think...

--

Thanks,
Yunus Emre ALPÖZEN
BSc, MCSD.NET

Show quoteHide quote
"js" <android***@yahoo.com> wrote in message
news:1118433729.252469.45750@g43g2000cwa.googlegroups.com...
> My application is a mixed of ASP and ASPX pages.  There are Session
> variables created by some of the ASP pages.  I need to access those in
> ASPX pages.  Does anyone know how? Or is it possible?
>
Are all your drivers up to date? click for free checkup

Author
10 Jun 2005 8:29 PM
Juan T. Llibre
Please review this MSDN article :

http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/converttoaspnet.asp

You can also download sample code at :
http://www.asp101.com/articles/sidney/sharingsessionstate/default.asp



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

Show quoteHide quote
"js" <android***@yahoo.com> wrote in message
news:1118433729.252469.45750@g43g2000cwa.googlegroups.com...
> My application is a mixed of ASP and ASPX pages.  There are Session
> variables created by some of the ASP pages.  I need to access those in
> ASPX pages.  Does anyone know how? Or is it possible?
>

Bookmark and Share