PHP Tutorial : Cookies and sessions
Jan 16, 2009 Basic PHP
Hi,
Difference between php sessions and cookies is very simple : sessions will die after you will close the browser, but, cookies can be stored and reminded even after 1000 years, with the exception that user to not delete it manually from his browser tools and options.
Err, sessions and cookies are used in php to store…………….
Read PHP Tutorial : Cookies and sessions »
Tags: cookies, create cookie, create php cookies, create php sessions, create session, new cookie, new php cookie, new php session, new session, php cookies, php sessions, sessions, set cookies, set php cookie

