Link to home
Start Free TrialLog in
Avatar of jdines
jdinesFlag for United States of America

asked on

Passing a PHP Session Variable to a ColdFusion Form

Hello,
  I have a bit of a problem. We developed a new intranet system that needs to incorporate existing ColdFusion forms. I need the PHP session variables (LogonId, Company, Password, Role) to pass to the ColdFusion pages and I am not sure how to accomplish this.  Thanks for your assistance.
Avatar of binaryevo
binaryevo
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of SRIKANTH MADISHETTI
SRIKANTH MADISHETTI
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jdines

ASKER

THank you, I will give that a try. I'll let you know how it works out.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jdines

ASKER

Thank you very much
No web server side languages share session between them and it is not recommended too , But we can manage them easily with some approach like I suggested in my earlier post .
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jdines

ASKER

Thank you for your assistance with this.  The information and direction provided has been very useful.