chop 10 Posted April 1, 2018 Report Share Posted April 1, 2018 On page 516 script 16.9: Line 20: setcookie (session .... //DESTROYS COOKIE This line destroys a cookie set earlier (that was set in login.php? or in the Header?) However I cannot find the corresponding cookie that was set. The value, i see, is PHPSESSID thank you Also, is it always necessary to set a cookie when using a Session? Quote Link to post Share on other sites
Larry 428 Posted April 2, 2018 Report Share Posted April 2, 2018 Ah! The cookie would have been set in the header file when the session is started. It's not obligatory to unset this but would make it more secure (because it requires that a new session is begun afterwards). Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.