Storing Sessions in a Database, by Chris Shiflett - 0 views
-
to store sessions in a database rather than the filesystem
-
server affinity (methods that direct requests from the same client to the same server)
-
store sessions in a central database that is common to all servers
- ...6 more annotations...