Topic awaiting preservation: Deleting Session Cookie (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 03-07-2005 11:33
How to delete a cookie set by session() function after a user hits logout or choose to end his session. |
Paranoid (IV) Inmate From: France |
posted 03-07-2005 11:48
If the session is closed, the session variables die an horrible death. |
Obsessive-Compulsive (I) Inmate From: |
posted 03-07-2005 12:02
I tried doing session_unset() but its not deleting the cookie set by the session_start() and I want to delete the cookie whenever a user logs out |
Paranoid (IV) Inmate From: France |
posted 03-07-2005 12:07 |
Obsessive-Compulsive (I) Inmate From: |
posted 03-07-2005 12:14
whenever u start a session a cookie PHPSESSID is set to ur browser.NOw the problem I am facing is: |
Paranoid (IV) Inmate From: France |
posted 03-07-2005 13:19 |
Nervous Wreck (II) Inmate From: India |
posted 03-07-2005 16:12
Thanks for the help,It worked out. |