in reply to CGI::Session losing set params

I think your problem is just a typo:

else { $user_name = $session->param('$user_name'); $user_id = $session->param('$user_id'); }

should be

else { $user_name = $session->param('user_name'); $user_id = $session->param('user_id'); }

Replies are listed 'Best First'.
Re^2: CGI::Session losing set params
by bradcathey (Prior) on Dec 01, 2005 at 21:35 UTC

    OMG, that was it. Thanks!

    I wonder how much of debugging is stupid stuff like typos and someone like yourself looking over my shoulder saying, "ya got a typo?"

    What would I do without the monastery?"


    —Brad
    "The important work of moving the world forward does not wait to be done by perfect men." George Eliot