|
-
September 1st, 2010, 02:11 PM
#1
Perl-to-PHP
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?
-
September 2nd, 2010, 08:20 PM
#2
Re: Perl-to-PHP
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
September 4th, 2010, 10:24 PM
#3
Re: Perl-to-PHP
Interesting link. Thanks, it is good to know that the two languages can "communicate". Unfortunately it uses Perl to read PHP and rewrite it as Perl. I need Perl to pass the information to PHP and fire the PHP session.
-
September 4th, 2010, 10:34 PM
#4
Re: Perl-to-PHP
 Originally Posted by Cantaloupe
Unfortunately it uses Perl to read PHP and rewrite it as Perl. I need Perl to pass the information to PHP and fire the PHP session.
You're missing the point. Pass the information with sessions. It doesn't matter what language starts.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|