Posted by Bent Stigsen on 10/19/66 11:51
TristaSD wrote:
> Hi,
>
> I'm trying to tweak the logout script on my web projects. When I point
> users to a logout.php page containing the session_destroy() function, I
> get the "Trying to destroy uninitialized session" error.
Gets initialized with "session_start"
See the example:
http://www.php.net/manual/en/function.session-destroy.php
--
/Bent
Navigation:
[Reply to this message]
|