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
Sessions problems
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
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
Mac