Is it possible to read an ASP Session variable from a PHP Script?
test.asp: <% Session("VarA") = "Test" %> <a href="test.php">PHP Test</a>
test.php <?
?>
How would I read VarA in test.php???
long winded way... but what the hell...
asp could write session details to a file and php could then read from this file... it might work 🙂
dom 🙂
Bij mean of a cookie perhaps?