in reply to Re: Is CGI::Session compatible with CGI::Lite::Request ?
in thread Is CGI::Session compatible with CGI::Lite::Request ?

Thanks a lot for the detailed reply
I simply changed the parameters as you said and worked fine

$session = CGI::Session->load(undef, $q->cookie('sid')->value(), {Dire +ctory => "$LOCAL_PATH/admin/session"});