RE: [PHP] Updating a value in a session

2001-04-12 Thread Tim Ward
ngineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html > -Original Message- > From: Plutarck [mailto:[EMAIL PROTECTED]] > Sent: 12 April 2001 13:24 > To: [EMAIL PROTECTED] > Subject: Re: [PHP]

Re: [PHP] Updating a value in a session

2001-04-12 Thread Plutarck
What happens is when you use session_start(), all variables in the session become initialized to the values they have previously been given. So when you call session_start the second time, a variable named $value is created with the value it was given earlier. The problem is, it over-writes the