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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

command line - Use qwinsta in PowerShell ISE -

java - Show Soft Keyboard when EditText Appears -