in reply to Value for session set in CGI::Session is undef
Now you change something in the session object in the subroutine, and expect that change to get magically transferred to the outer session object as well. It won't. They are independent objects.
|
|---|