tags:

views:

98

answers:

0

Hi, I am new to Perl and have been asked to incorporate a perl site into an existing Ajax site. The existing site already has session management and a cookie. What I want is to be able to set the session key (from the first login) as the session to be used by the CGI:session. that way both sessions can use the same cookie and the same key. I would just make an ajax call to the perl script that creates the session and supply a value to use as the session key. Is there anyway to do this? I realise that this may be against the best practices of session management but if it was possible it would save our users having to login twice.

Thanks

John

related questions