title: SessionServer & SessionServerDaemon API
subject: Server implementation for persisting session data
Server
A standalone server that maintains session information.
Server (socketLocation, dbFileName)
Opens a new Unix domain socket at the socketLocation and uses anydbm to persist data in the file dbFileName.
runServer()
Runs the server until signal 2 is caught.
SessionServerDaemon
A script that starts a SessionServer as a Daemon process.