I want to give the user the ability to logout so his cookies must be deleted. Or alternatively how can I let the session end in the cookie? And afterwards when he logins again cookies must be replaced not added. Thanks for help.
Just reset the cookie with nothing in it.in PHP use, SetCookie("cookie_name", "","","","");
Thanks! the question which stood here before is now solved. [Edited by DIMA on 10-09-2000 at 02:47 PM]
It will overwrite the cookie, that is, if you use the same cookie name.
Forum Rules
Bookmarks