Click here to Skip to main content
15,921,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
if we move from one application(hosted on server1) to other application (hosted on server2) then session value exist or not?
define session["loginid"] at first application
n want to use application 2
is it possible?

thanks
Posted
Comments
Albin Abel 10-Mar-11 5:07am    
Use an external session store

1 solution

Use an external store for session state. Here is the documentation about SQL server session state

http://support.microsoft.com/kb/317604[^]

Summarized information is here

http://msdn.microsoft.com/en-us/library/ms178586.aspx[^]

Session management options in ASP.NET[^]
 
Share this answer
 
Comments
Manfred Rudolf Bihy 10-Mar-11 5:20am    
Good answer! 5+
Albin Abel 10-Mar-11 5:24am    
Thanks Manfred

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900