cakephp - can users change session variables? -


Or are they just manipulating by the server? For example, can we always assume that Auth.User.Id always matches the current user?

Session variables are always placed on the server and are protected when using default PHP implementation If yes, until its set is correct.

Only a unique ID identifying the session is sent to the customer.


Comments