June 16, 2015

PHP: session is unchangeable from user end?

In PHP session saved in the server side, So any user can't change/modify.

But cookie stored in the browser usually PHPSESSID which identifies which server session the user is using.

See more result: https://stackoverflow.com/questions/30772402/is-php-session-unchangeable-from-user-end

Enjoy!

No comments:

Post a Comment

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...