Transfer session state
IT & Infrastructure
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am creating a website and there a million hits so i decide to split my server, I have a session for username how will i transfer my session value to next server.
You don't. You start saving session state in an SQL Server database, or some other central data store, that each web server can get to. You can read more on it here[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007