Can this be done? I've been unsuccessful in doing it so far so I'm wondering if it can't be done fro some reason or if I'm just doing something wrong. Thanks in advance.
Are you running both ASP and PHP pages on the same website? I'm thinking that you can't access session variables set in ASP from PHP. Because session management is handled by the ASP engine, so I don't see how the PHP engine can get to it.
Thanks for the replies. I didn't think it would work but I thought I'd try it. I am trying to do a gradual switch from asp to php on this particular site. Perhaps it is a better idea to just do it all at once...
you could just store the session variables in a cookie or in the querystring, and pass them in between scripts