http://www.perlmonks.org?node_id=466442


in reply to Re^3: Concern with CGI::Session
in thread Concern with CGI::Session

i too am facing the same problem . i am able to set the cookie with session id in it and i am trying to fetch the cookie using

%cookie = fetch CGI::Cookie;
but there is not output , i tried a no of way without any success
myu purpose is solved if i can successfully fetch the cookie
after which i can take session id and do something with it