joeisbatman
Programmer
Hi everyone,
This is a weird problem that does not happen to everyone on my website, and it occurs seemingly randomly.
I use the default method of cookies to propagate a session. Sometimes, I find that this cookie DOESN'T STORE THE SESSION ID! The cookies name is by default PHPSESSID, and if I look into my cookie I get.
PHPSESSID
-this area blank (usually session goes here)
1024
654684798
23458498
903242
*
Does anyone know what could cause the session_start() to not hold the session ID? Another interesting feature is any calls to session_id() return a value of "". I'm confused why my cookie data isn't holding the session, and why this doesn't happen all the time. What the heeelll?
PS- i feel that this post is HIGHLY related to the previous post made about double session variables.
--Thanks for any help
Joe
This is a weird problem that does not happen to everyone on my website, and it occurs seemingly randomly.
I use the default method of cookies to propagate a session. Sometimes, I find that this cookie DOESN'T STORE THE SESSION ID! The cookies name is by default PHPSESSID, and if I look into my cookie I get.
PHPSESSID
-this area blank (usually session goes here)
1024
654684798
23458498
903242
*
Does anyone know what could cause the session_start() to not hold the session ID? Another interesting feature is any calls to session_id() return a value of "". I'm confused why my cookie data isn't holding the session, and why this doesn't happen all the time. What the heeelll?
PS- i feel that this post is HIGHLY related to the previous post made about double session variables.
--Thanks for any help
Joe