I am using Apache::Session::Mysl and I was able to generate a session id. What I want to know now is how to append that sess_id to the url as soon as it is created and as soon as the user loads the page.
For example, the session is created when I go to the following url:
http://localhost/cgi-bin/myrequest.pl
But at this point it is not appended to the url yet. I am trying to make it seeable when I go to the page:
http://localhost/cgi-bin/myrequest.pl?sess_id=000aaaa2114452221149988ac01


Any ideas?


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to