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

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 all go to

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-

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 Globals Off Using only $_SESSION No session_register() calls

Re: [PHP] Unsetting Session Variables

2002-10-30 Thread Marek Kilimajer
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't) Yes, that's my interpretation

Re: [PHP] Unsetting Session Variables

2002-10-30 Thread 1LT John W. Holmes
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: -Original Message- From: David Russell [mailto:DavidR;BarloworldOptimus.com] Sent: 30