Trancemission
Technical User
I am currently creating a little Auth script for my Password database.
I have started to use cookies to track the users and make sure thay have authentication to access the path.
I am worried about people manipulating query strings:
my cookie stores an access level the user has ($auth_level)
I can change my access level by appending ?auth_level=mylevel to the query string.
ANybody have a tip how to get round this.
I am thinking I might have to use a Class to contain the users level just a bit unsure.
Many Thanks
Trancemission Trancemission
=============
If it's logical, it'll work!
I have started to use cookies to track the users and make sure thay have authentication to access the path.
I am worried about people manipulating query strings:
my cookie stores an access level the user has ($auth_level)
I can change my access level by appending ?auth_level=mylevel to the query string.
ANybody have a tip how to get round this.
I am thinking I might have to use a Class to contain the users level just a bit unsure.
Many Thanks
Trancemission Trancemission
=============
If it's logical, it'll work!