How to access session defined in asp(not .net) page in aspx.cs page

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Apr 2008
Posts: 3
Reputation: geetasks is an unknown quantity at this point 
Solved Threads: 0
geetasks geetasks is offline Offline
Newbie Poster

How to access session defined in asp(not .net) page in aspx.cs page

 
0
  #1
Apr 8th, 2008
Hello,
I had a login page developed in asp(not .net), in which if user login details are OK, then usercd and other details are stored in session. Now, I had developed one page in .net (aspx.cs) in which I want to access usercd defined in session variable(on asp page). How can I do that??? Its Urgent.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 256
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: How to access session defined in asp(not .net) page in aspx.cs page

 
0
  #2
Apr 8th, 2008
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 3
Reputation: geetasks is an unknown quantity at this point 
Solved Threads: 0
geetasks geetasks is offline Offline
Newbie Poster

Re: How to access session defined in asp(not .net) page in aspx.cs page

 
0
  #3
Apr 9th, 2008
Sorry!!! But I can't get answer to my question.
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 1
Reputation: DayaKumar is an unknown quantity at this point 
Solved Threads: 0
DayaKumar DayaKumar is offline Offline
Newbie Poster

Re: How to access session defined in asp(not .net) page in aspx.cs page

 
0
  #4
Apr 10th, 2008
Hi , ASP and ASP.Net do not share the same session , they operate in different ways allocation vise. Here is an excerpt from MSDN --- " Session state information is stored in memory in ASP script and can't be shared with other applications, such as ASP.NET. If the session state is stored in a common format in Microsoft® SQL Server, the session state can be accessible by both classic ASP and ASP.NET. " .

Please refer to this URL for help achieving it.

http://msdn2.microsoft.com/en-us/library/aa479313.aspx


Daya
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the C# Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC