>'lo,
>
>anybody ever experience this:
>
>1. i start a session w/ session_start()
>2. register some vars w/ session_register()
>3. click to next page, everything cool. all vars are there, and session id
>is same
>4. any other page, all session vars gone, but sessid is still the same.
>
>so session is persisting, but data is being emptied from it.

You're doing session_start() on the third page?...

You need to.

Maybe even on the second, but I think not...

So long as the ID makes it through, once you do session_start() all the vars
spring back into life.

Is that making sense?

Warning:  Haven't used PHP sessions enough to be 100% sure I'm telling the
truth...

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to