Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > reading asp session in aspx

Reply
Thread Tools

reading asp session in aspx

 
 
sam
Guest
Posts: n/a
 
      10-29-2003
I have a project with two pages. One is a .ASP page and
one is a .aspx page. The .asp page creates a session, and
I need to be able to read this session from the .aspx.

Using session("var") returns nothing. I am unable to
convert the .asp page.

Is there a way I can read the ASP session in the ASPX
page?

Regards
Sam
 
Reply With Quote
 
 
 
 
Oliver
Guest
Posts: n/a
 
      10-29-2003
Hi Sam,

Here's a technique on the MSDN site:

"How to Share Session State Between Classic ASP and ASP.NET"

http://msdn.microsoft.com/library/de...rtToASPNET.asp

"sam" <> wrote in message
news:093001c39dc8$ca316280$...
> I have a project with two pages. One is a .ASP page and
> one is a .aspx page. The .asp page creates a session, and
> I need to be able to read this session from the .aspx.
>
> Using session("var") returns nothing. I am unable to
> convert the .asp page.
>
> Is there a way I can read the ASP session in the ASPX
> page?
>
> Regards
> Sam



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transfering ASP Session to ASPX Session kalim Software 0 07-12-2007 02:38 AM
Reading session object in global.aspx Greg ASP .Net 0 06-20-2006 06:07 PM
adding main.aspx.vb & main.aspx.resx under aspx John M ASP .Net 1 05-29-2005 09:27 PM
Session State - What does it take to establish one single ASP.NET session per "browser session" Jeff Smythe ASP .Net 3 01-02-2004 04:10 AM
Reading Session value from WebServer which processing the aspx page Avishesh ASP .Net Web Services 0 08-28-2003 07:37 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57