Re: [PHP] Unsetting Session Variables

2002-10-30 Thread 1LT John W. Holmes
TED]> Sent: Wednesday, October 30, 2002 11:34 AM Subject: Re: [PHP] Unsetting Session Variables > I have noticed this behavior before, and I find it very inconsistent. > Does anybody know if this > is going to be fixed? > > Ford, Mike [LSS] wrote: > > >

Re: [PHP] Unsetting Session Variables

2002-10-30 Thread Marek Kilimajer
Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Unsetting Session Variables PHP 4.2.2 Register Globals Off Using only $_SESSION No session_register() calls at all Interestingly enough, doing session_unregister('variablename') *in* *addition* does work (although I am sure it shouldn

RE: [PHP] Unsetting Session Variables

2002-10-30 Thread Ford, Mike [LSS]
> -Original Message- > From: David Russell [mailto:DavidR@;BarloworldOptimus.com] > Sent: 30 October 2002 15:30 > To: 'Ford, Mike [LSS]' > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Unsetting Session Variables > > > PHP 4.2.2 > Register

RE: [PHP] Unsetting Session Variables

2002-10-30 Thread David Russell
PHP 4.2.2 Register Globals Off Using only $_SESSION No session_register() calls at all Interestingly enough, doing session_unregister('variablename') *in* *addition* does work (although I am sure it shouldn't) session_write_close() does not help Any suggestions? > -Original Message- > Fr

RE: [PHP] Unsetting Session Variables

2002-10-30 Thread Ford, Mike [LSS]
> -Original Message- > From: David Russell [mailto:DavidR@;BarloworldOptimus.com] > Sent: 30 October 2002 14:32 > > I am having problems unsetting Session Variables - where I know it > should work. > > I have a form. It contains both links with GET variables, and also a > POST form. They

Re: [PHP] Unsetting Session Variables

2002-10-30 Thread Timothy Hitchens (HiTCHO)
Are you doing a session_start() on the page you are unsetting on? Timothy Hitchens (HiTCHO) [EMAIL PROTECTED] If you need PHP hosting with an experienced support team 24/7 then email me today. On Wed, 30 Oct 2002, David Russell wrote: > Hi all, > > I am having problems unsetting Session Varia

[PHP] Unsetting Session Variables

2002-10-30 Thread David Russell
Hi all, I am having problems unsetting Session Variables - where I know it should work. I have a form. It contains both links with GET variables, and also a POST form. They all go to the same next page. Page 2 simply clears all session variables, and then sets them based upon the contents of the