I have problem with sessions. I make this without cookies but by
propagate session ID by GET.
I have make session by calling session_start() after test login and
password with database. After that i register a one session variable.
My problem is when i later call session_start() . This (second) call
make me new session (second), but not rectivate and introduce
back frozen variables of my first (correct) session to the global
namespace. I think this situation happens when URL doesn't contain
session ID. Is the reason or maybe something else ?
--
pozdr.;)
~xEM
propagate session ID by GET.
I have make session by calling session_start() after test login and
password with database. After that i register a one session variable.
My problem is when i later call session_start() . This (second) call
make me new session (second), but not rectivate and introduce
back frozen variables of my first (correct) session to the global
namespace. I think this situation happens when URL doesn't contain
session ID. Is the reason or maybe something else ?
--
pozdr.;)
~xEM
Comment