Page 1 of 1

Sessions problems

Posted: Fri Aug 02, 2002 2:13 am
by bcrix
Hy.
I use php 4.2.2. and i can not manage sessions with $_SESSION. I creat the session wih session_create() but after i change the page all I've putted in $_SESSION array is lost. The cookie exists, so the session exists.
can sommebody help?
Cristi

Posted: Fri Aug 02, 2002 2:33 am
by twigletmac
session_create() doesn't exist (at least not in the online version of the manual). All pages that set or use session info must have session_start() at the top of them. Maybe if you post some code we can help some more.

Mac