[PHP] Session from php in ASP

2006-03-17 Thread Stefan
Hi NG is it possible to get a Sessionvariable set in php read in an asp-file with the tag %= Session(php) %? Thanks in advance Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Session from php in ASP

2006-03-17 Thread Jay Blanchard
[snip] is it possible to get a Sessionvariable set in php read in an asp-file with the tag %= Session(php) %? [/snip] Have you tried it? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session from php in ASP

2006-03-17 Thread Stefan
Yes. I don't get any values Jay Blanchard [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] [snip] is it possible to get a Sessionvariable set in php read in an asp-file with the tag %= Session(php) %? [/snip] Have you tried it? -- PHP General Mailing List (http://www.php.net/)

RE: [PHP] Session from php in ASP

2006-03-17 Thread Jay Blanchard
[snip] Yes. I don't get any values [/snip] Then it is not possible using that method. Have you tried writing session info to a file and then reading it from ASP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session from php in ASP

2006-03-17 Thread Myk OLeary
PHP and ASP both have built in session handling. The only problem is, they instantiate the sessions themselves. Therefore, whenever you hit a page in ASP you'll start one session, but if you immediately hit a PHP page on the same server in the same browser from the same machine, you