Session Sharing [modified]
-
Multiple instances of the browser is sharing the same session state. how to make use of different session for different instance of browser? we are storing the session in DataBase. Thanks in advance for your suggestion.
Satish
modified on Monday, September 14, 2009 3:13 AM
-
Multiple instances of the browser is sharing the same session state. how to make use of different session for different instance of browser? we are storing the session in DataBase. Thanks in advance for your suggestion.
Satish
modified on Monday, September 14, 2009 3:13 AM
Well... what you can do is create a session yourself in the database based on the IP of the machine and assign each session state to the same IP. If you map using IP, it will be easier to handle this. :)
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.