Posted by Tyno Gendo on 04/13/07 15:32
pank wrote:
> hey guys ...
> can anybody tell me a php logout script.
> I want to log out from one page which i was developing ,
> i tried but it's not working. I have tried
> session_destroy(),session_unset() functions
> but they are not working.
> If any one is having that script then please help me .
>
Session_destroy should destroy all variables you have set in $_SESSION
Are you saying that the Session state is kept even after you close all
browsers?
Are you sure you're not using other cookies rather than Session data?
Navigation:
[Reply to this message]
|