Re: [PHP] SESSION values show up days later!

2009-03-28 Thread tedd
At 2:39 PM -0700 3/27/09, Mary Anderson wrote: Hi all, I use session variables to store values from one page to another on my website. Alas, sometimes, but not always, the values persist from one invocation of the script to another! Just how, exactly, do I make them go away when a user

Re: [PHP] SESSION values show up days later!

2009-03-27 Thread Paul M Foster
On Fri, Mar 27, 2009 at 02:39:22PM -0700, Mary Anderson wrote: > Hi all, >I use session variables to store values from one page to another on > my website. >Alas, sometimes, but not always, the values persist from one > invocation of the script to another! >Just how, exactly, do I make

Re: [PHP] SESSION values show up days later!

2009-03-27 Thread Tom Worster
On 3/27/09 5:39 PM, "Mary Anderson" wrote: > Hi all, > I use session variables to store values from one page to another on > my website. > Alas, sometimes, but not always, the values persist from one > invocation of the script to another! > Just how, exactly, do I make them go away wh