Sharing log in information between php and asp
Can I use a server session made by php to validate asp users? I have a server and site already set up, and I need to make a single asp page because I need some .net technologies.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Aug 17, 2009, 4:46 PM
Catching Session of Another app Will be long code then this one and might be more complex also :) .
patrickPosted Aug 17, 2009, 4:39 PM
Roei BarPosted Aug 17, 2009, 2:19 PM
create a "session_set.asp" file
session.php
"session.asp"
dont foget to mark this as "Accepted Answer"
Kirtan PatelPosted Aug 17, 2009, 1:59 PM
Query String
or
Cookies
or
Use Database that can be used By both Pages
However While you use Query String you must encrypt Data .
I think Cookie is Better to Select .
Happy Coding :)
Dont forget to mark "do you like answer" it will give me some credits :)