in reply to Re: Getting Problem while retriving previous parameter from Session using perl
in thread Getting Problem while retriving previous parameter from Session using perl

But i am not getting any value from the session,when i use
if($mycart->sess_get_key_value($session, 'Testver')) { $cart_test=$mycart->sess_get_key_value($session, 'Testver'); %test_info = %$cart_testbed_info; } print "#########Retrive from cart"; print Dumper \%test_info; print "##########################";
First time i will not get any value.But next time i should get the previous value.But i am not getting that value from seesion. Thanks, Srins.
  • Comment on Re^2: Getting Problem while retriving previous parameter from Session using perl
  • Download Code

Replies are listed 'Best First'.
Re^3: Getting Problem while retriving previous parameter from Session using perl
by CountZero (Bishop) on Aug 18, 2006 at 18:49 UTC
    Did you try using one of the "standard" session modules, such as CGI::Session rather than rolling your own?

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law