php - What is the relation between cookies and session? -


is possible delete $_cookie(cookies) browser $_session(sessions) destroys. both stored. how both interrelated each other ?

session uses cookies store values. session can work without cookies if cookies disabled in web browser.every time when user enter website unique session id generated user. session either store session id in cookies or session id propagated in url.


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

ruby - Net::HTTP extremely slow responses for HTTPS requests -

c# - Json write can not be serialized -