世界無奇不有
PHP: session_unset - Manual - PHP: Hypertext PreprocessorInterNic 20-May-2006 11:20 sometimes you might have problems even if using both session_unset and session_destroy. You have to clear the $_SESSION array. I got it working this way: session_unset(); session_destroy(); $_SESSION = array();...
全文閱讀