Is it possible for some hackers (Although it is encrypted in Laravel) to session hijack and pretend themselves as another user for example?
How about the simple ones? for example if I put in logged_in
session the value of 1
to have some extra capabilities to users, can they create it themselves by cookie manager
or some other browsers addons when it is as simple as one number or boolean?
Thanks