so far i've been controlling user access and logon by checking $_SESSION variables which are set when the user logs on or off.
i'm about to start a larger-scale project and i was wondering how safe this is?
i usually store plaintext integers in session variables that determine what the user's access level is... should i add an md5 or something to complicate it or is it ok as it is?
thanks
Alex
i'm about to start a larger-scale project and i was wondering how safe this is?
i usually store plaintext integers in session variables that determine what the user's access level is... should i add an md5 or something to complicate it or is it ok as it is?
thanks
Alex