[Phpug] session weirdness

Kae Verens kae at webworks.ie
Fri Jun 29 14:54:35 IST 2007


Fergal J Byrne wrote:
> You're looking in $_GET for the session_id (initialize.php).

that's because it is being sent via GET (/upload.php?session_id=abcd)

> Try using $_REQUEST instead.

it would be exactly the same.

either way - the parameter being sent into session_id() is correct. I have 
verified that the normal HTML/AJAX session_id is exactly what I am sending 
into session_id() via Flash. Unfortunately, this then destroys the original 
session when I run session_start(), instead of loading the existing session.

Kae


More information about the Phpug mailing list