Forum Moderators: coopster
I ran into a situation where I need to use one session variable with both PHP and ASP. Here is the situation...
The first page (login page) is PHP. It must be because it uses the GD image functionality, so that users can enter the random security code, along with username and password. When I generate the random security code, I need to store it in a session variable to be used by the next page.
The next page is an ASP page, and it needs to check if the security code the user entered matches the security code in the session variable. It also connects to the database and checks the username and password. This page must stay ASP.
I still didn't get it to work... can it be done?
Are there any effective and secure workarounds?
Thanks,
NB
You've got a fun challenge there, nbozic. PHP and ASP don't usually play well together. As you work on this, please post your adventures here in an ongoing narrative; I work with both ASP and PHP but I never conjugate them, so ... I'm interested.
good luck!