|
Posted by Sanders Kaufman on 12/05/06 08:42
Steve JORDI wrote:
> Yes, that did it! THANKS!!!
> I didn't know that session_start() was also used to resume a session.
> I thought that having it once was enough, but as you said, the web
> being a stateless environment...
> Wow, now I know that, it seems logical :-)
I've had such problems figgering this out, I resorted to writing my own
session handling. Getting this down would *seriously* cut back on the
number of lines of code I have to write!
So...
It *resumes* a session?!
If I put a bunch of values into session variables, how do I get those
back with the resumed session... and how do I make sure I resumed the
right session?
Navigation:
[Reply to this message]
|