|
Hi i can't load data from DB, please tell me whats wrong ???
i use CGI::Session ('-ip_match');
create new session by CGI-Session-Driver-oracle, than i see in the database my session and values f
+or this session.
print $session->dump and see that all parametres are defined
then i did $session->flush;
and try load data
$session=CGI::Session->load('driver:oracle',undef,{handle->$dbh});
print $session->dump and see that all parametres are undefined except SESSION_REMOTE_ADDR
what i did wrong ??? why data can't load from DB ???
|