Please apologize my english.
In my website I use this kind of lines to define if the current user is an admin or a normal user:
<? if($_SESSION["nivel"] == 'administrator'){ ?>
I wanna know if this $_SESSION variable could be modified from client side by an user and cause me some security problems.