I got ur point, but in my scenario there are two applications. (No Web Farm). First, web application (localhost/abc/login.aspx) is used for login and user management, and the second web application (localhost/xyz/module1.aspx) is for another module like
Stock Management. I want to share sessions between these two application. I can manage this session sharing using SQL /custom State mode.
But is it possible to share session using StateServer mode ?
Machine keys are same for both.I have checked that ASP.NET_SessionId is same for these two web applications. But for a session say Session["test"], values are different from these two applications.
sagnikmukh
Participant
1850 Points
354 Posts
Re: Share sessions between asp.net web applications using State Server
Jan 18, 2012 09:01 AM|LINK
Thanks for ur reply.
I got ur point, but in my scenario there are two applications. (No Web Farm). First, web application (localhost/abc/login.aspx) is used for login and user management, and the second web application (localhost/xyz/module1.aspx) is for another module like Stock Management. I want to share sessions between these two application. I can manage this session sharing using SQL /custom State mode.
But is it possible to share session using StateServer mode ?
Machine keys are same for both. I have checked that ASP.NET_SessionId is same for these two web applications. But for a session say Session["test"], values are different from these two applications.