2

I have a Login Page which is created in asp.net now when i successfully logins into my application i need to transfer session related information from my asp.net page to my asp page so how to set my session information in asp using asp.net.

Regards,

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Rahul Jain
  • 612
  • 1
  • 18
  • 49

2 Answers2

2

How to share session state between classic asp and asp.net

Muhammad Hasan Khan
  • 34,648
  • 16
  • 88
  • 131
  • Hello Hasan Khan thanks for your reply.... I have memory based state server rather than sql server so can you tell me how can i set session using asp.net in my asp page – Rahul Jain Sep 28 '11 at 10:55
1

I see you mentioned wanting to use State Server. You could try NSession it allows sharing session state between Classic ASP and ASP.Net using State server. Pretty easy to setup just configure App to use State Server for session and register a couple of dll files.

GraemeMiller
  • 11,973
  • 8
  • 57
  • 111