Hi All,
I have developed two web applications using ASP.NET 2.0
and now i want to share one session variable between these
two web applications. How can i share a session variable
between two web applications. Both these web applications
exists on same server.
My session mode is "InProc" for both web applications.
I also don't want to use SQL Server for sharing sessions.
Is there any other solutions other than using SQL Server.
Any help would be appreciated
I have developed two web applications using ASP.NET 2.0
and now i want to share one session variable between these
two web applications. How can i share a session variable
between two web applications. Both these web applications
exists on same server.
My session mode is "InProc" for both web applications.
I also don't want to use SQL Server for sharing sessions.
Is there any other solutions other than using SQL Server.
Any help would be appreciated