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
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.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 "##########################";
|
|---|
| 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 |