Hi,

I have two applications, one Perl one PHP. Both applications require logins. When someone logs into the Perl application, they have the choice of switching to the PHP application. I want them be able to switch to the PHP application *without* having to login a second time.

Is this possible? What would be the best/secure method doing this?