in reply to How do I use CGI::Session constructor method with Class::DBI?
CGI::Session has nothing at all to do with Class::DBI. If you want to store an object in the session that gets returned from CGI::Session->new(), you call the param() method on that object. Class::DBI objects are already stored in the database so there is no need to store them in the session too.
|
|---|