new C4::Auth::get_session for single place to get CGI::Session object
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 23 Nov 2007 20:44:50 +0000 (14:44 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 25 Nov 2007 22:43:26 +0000 (16:43 -0600)
commit958b5a097c6312400ebddb494aadfc871c847f8d
treea9132973c0b060c443028d68bc5cec0fc5637f60
parent2e1b9fd29550b71011184066c9364d293248d7c1
new C4::Auth::get_session for single place to get CGI::Session object

Refactoring to provide single place to get CGI::Session ojbject;
fixes bug for DB storage method other than 'mysql'.

This refactoring is also part of the patch series for
handling large input files for staging and processing
MARC records.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Auth.pm
circ/circulation.pl
opac/opac-logout.pl
tools/upload-file-progress.pl
tools/upload-file.pl