NAME
Apache::Session::DBI - Session persistence via DBI
SCHEMA
To use this module, you will need these columns in a table called 'sessions':
id char(16)
length int(11)
a_session text
Where the a_session column needs to be able to handle arbitrarily long binary data.