> These are the 3 files I'm using; they all reside in the same dir:
>
> The PHPSESSID variable is *not* being passed on
> the url going between page1 and page 2 and the
> session id is always different (obviously).
> --enable-trans-sid IS turned on and I have no idea
> what's going on...
When
> make sure of course too that session_start() is called from
> in your code too. else your not using sessions :)
These are the 3 files I'm using; they all reside in the same dir:
"index.php"
session_start();
header( "location: page1.php?" . SID );
exit();
"page1.php
sessio
> "allow per session cookies(not stored)" will enable cookies,
> IE just does some garbage collection when its closed thats all.
> so php realizes that IE is accepting cookies in this case and
> uses cookies vs trans-sid.
Ok. Makes sense.
However, when this option is enabled, I see PHPSESSI
"allow per session cookies(not stored)" will enable cookies, IE just does
some garbage collection when its closed thats all. so php realizes that IE
is accepting cookies in this case and uses cookies vs trans-sid. disable all
cookies in IE, and restart. goto the page your testing, you should see t
4 matches
Mail list logo