[PHP] Sessions php and flash5, cookies disabled

2001-12-25 Thread Jan Grafström
Hi! I am trying to get my php-scripts to work using flash 5 and with cookies disabled in the users browser. At first I pass SID to flash and than I can call my php-scripts by passing the SID back to PHP using loadvariables and get method, this works fine. The problem is when I pass it to a

Re: [PHP] Sessions php and flash5, cookies disabled

2001-12-25 Thread Brian Clark
* Jan Grafström ([EMAIL PROTECTED]) [Dec 25. 2001 10:41]: The url string looks like this on php-page (sent from flash5): mypage.php3?SID=PHPSESSID=193a33f9b7421c17302d1bd58478b20b?. From mypage.php3 I pass sid using .SID. than on second page the string is changed to:

Re: [PHP] Sessions php and flash5, cookies disabled

2001-12-25 Thread Jan Grafström
Thanks Brian! There is no differens using only .SID. or .$SID. and this line :input type=\hidden\ name=\SID\ value=\.SID.\ automatically givs this responsestring in the urlfield of your browser (IE6): second.php3?SID=PHPSESSID%3D193a33f9b7421c17302d1bd58478b20bvar3=1 I will try to manipulate the