|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-03 02:57 UTC] waldschrott@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 11:00:02 2025 UTC |
I cannot seem to log a user out using the following script: session_start(); session_unregister('varname'); session_destroy(); Header("Location: <homepageurl>"); The session file does not get deleted and the user is not prompted for username/password upon returning to the protected page. Ta, Phillip.