Jump to content

Log Out- destroying all variables


steelerman99

Recommended Posts

Hello,

 

I'm somewhat new to php.  I have a login script that i wrote.  When i try to log someone out, i'm not totally sure what to do to clear ALL session variables.  I thought session_destroy() would do the trick, but that's not the case.

 

What should i do to get rid of all of the session variables i have?

 

 

Thanks!!!

Link to comment
https://forums.phpfreaks.com/topic/59746-log-out-destroying-all-variables/
Share on other sites

Thanks!

 

One more question:  On the logout screen, i now get this warning message:

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\wamp\www\logout.php:8) in C:\wamp\www\logout.php on line 9

 

What is causing this?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.