Changing sessions table to work with CGI::Session
authorChris Cormack <crc@liblime.com>
Tue, 7 Aug 2007 17:56:51 +0000 (12:56 -0500)
committerkados <jmf@liblime.com>
Tue, 7 Aug 2007 18:22:23 +0000 (13:22 -0500)
commitdf630421c89956b8d8158d58c8c0bade7e0164b7
tree0baefddec7a0982e751d8be0895789bc90044df4
parent512eda82cf0a963779b2705947a59db6c7f6ee76
Changing sessions table to work with CGI::Session

No longer need all the extra columns, its stored in the a_session, and with CGI::Session
you get back a session object which you can do things like
my $userid = $session->param('userid');

Signed-off-by: kados <jmf@liblime.com>
installer/kohastructure.sql