View Single Post
Old 05-25-2009, 07:53 PM   #3 (permalink)
tommyboy123x
 
Ultra Techie

Join Date: Sep 2005

Posts: 638

tommyboy123x is on a distinguished road

Send a message via AIM to tommyboy123x
Default Re: Problem with PHP cookies

Its probably because on every page you MUST use
session_start();
even when you are not using the sessions / variables on that page. Otherwise they are lost.

Make sure session_start(); is on top of each page BEFORE any output is made

__________________

Some real (as in actual) surveys that pay money!
tommyboy123x is offline