Yes, but its somewhat of a hack.
If pageA.php has a session variable that pageB.asp needs you need to append the session variable of pageA.php to the querystring so that pageB.asp can access it. So if the php page redirected to the asp page you would have to do
pageB.asp?session=<somevalue>
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
Professional IIS 7 and ASP.NET Integrated Programming
================================================== =========