RE: session_destroy();

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



session_regenerate_id is what you're looking for

http://us2.php.net/manual/en/function.session-regenerate-id.php

Note that it keeps the session data, so you still need to
session_destroy if you want to purge the data.


- Martin Norland, Database / Web Developer, International Outreach x3257
The opinion(s) contained within this email do not necessarily represent
those of St. Jude Children's Research Hospital.


-----Original Message-----
From: Chris Payne [mailto:cjp@xxxxxxxxxxxxxxxxx] 
Sent: Tuesday, November 09, 2004 12:00 AM
To: php-db@xxxxxxxxxxxxx
Subject:  session_destroy(); 


Hi there everyone,

 

I need to destroy a session in the browser so when they log out it
clears all the session data from the browser, I have tried:

 

session_destroy();

 

But it doesn't seem to do it as the browser keeps the same PHPSessionID.

 

What is the best way to destroy a session and generate a new sessionid
without having to close the browser and go back again?

 

Chris


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.791 / Virus Database: 535 - Release Date: 11/8/2004
 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux