Well, i have created an Object Session, now how can i get it again?

    tie %sesion, 'Apache::Session::Postgres', undef, {
        
        DataSource => 'dbi:Pg:dbname=sessions',
        UserName => $bd->{user},
        Password => '',
        Commit => 1
        };

through a Cookie or something? I have to save my id, always?

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to