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