You can use session_destroy(), this will delete the session (even from the
HD).
-micha
Matt Babineau wrote:
> How can I properly terminate a session? I am working on a login/logout
> system and I need to login as a different user for testing so I want to
> be able to log myself out. I am using
php-windows Digest 14 Jul 2002 09:07:44 - Issue 1240
Topics (messages 14754 through 14758):
Re: SESSION QUESTION
14754 by: Johannes Hiemer
Re: ini_set
14755 by: robert
Properly ending a session
14756 by: Matt Babineau
14758 by: Micha
php cookie / session p
Hi,
look in your php.ini and check if register_globals = on.
If not so do this.
And then check your browsersecurity.
Ciao Johannes
"Mickel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> i'm pretty new to php and just installed a few scripts...but i think the
I figured out my problem not being able to properly terminate a session.
I had to
Session_start();
Before the session_destroy;
Is there a way that I ca setup sessions so I do not have to use session
start? I always would want the ability to use sessions so is there a
setting I can change?
Matt
Try setting session.auto_start to 1 - see
http://www.php.net/manual/en/ref.session.php
Mikey
> -Original Message-
> From: Matt Babineau [mailto:[EMAIL PROTECTED]]
> Sent: 14 July 2002 15:25
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Re: Properly ending a session
>
>
> I figured out
Hi folks, I'm looking for a quick & easy way to strip out all characters
except alphanumerics and spaces. Is there a function specifically for this?
I know the answer probably lies with an ereg but unfortunately don't know
enough about these RE's, would appreciate any Perl geniuses out there
hel
php-windows Digest 15 Jul 2002 01:08:14 - Issue 1241
Topics (messages 14759 through 14762):
Re: php cookie / session problem
14759 by: Johannes Hiemer
Re: Properly ending a session
14760 by: Matt Babineau
14761 by: pookster
Quick request (ereg?)
14762 by: R
Oops! Obviously, I mean strip alphanumerics and spaces from a string. :D
> -Original Message-
> From: Ross Fleming [mailto:[EMAIL PROTECTED]]
> Sent: 15 July 2002 02:08
> To: PHP Windows mailing list
> Subject: [PHP-WIN] Quick request (ereg?)
>
>
> Hi folks, I'm looking for a quick & ea
HI everyone
I would like to know how do i access the data when it is passed using the
HEAD method
the senario is
I am connecting my application with another tool which is passing the data
using HEAD method , hence i need to write in my page the way to access the
data
hope to hear from u all s