05-25-2009, 07:53 PM
|
#3 (permalink)
|
Ultra Techie Join Date: Sep 2005 Posts: 638
| 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 |
| |