> No. I'm trying to delete it from PHP memory, but keep the cookie on their > client in the cookie.txt file or wherever it's stored. > > The idea is for added security. I just don't want traces of it around after > the initial login.
I am not sure about deleting a superglobal, but even if you do get it deleted, the cookies can still be retrieved http://us3.php.net/getallheaders http://us3.php.net/apache_request_headers -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php