Answered
Hacking Session Variables??
I have a php MySQL CRM site with plenty of sensitive
information..
To protect this, I have a session based login system.
Login page - checks password and assigns Username, UserGroup and Workgroup to session variables.
Restricted pages - checks usergroup access level and workgroup id.
I have heard that, if a hacker re-writes the cookie (didn't know sessions created a cookie) he can fool the server into thinking that he is using someone elses session and could therefore view, edit and delete those records normally protected.
I know that Session data cannot be viewed or amended but this could pose a huge security issue.
It has also been suggested that the user has to re-enter his password on each page but this is both unusual and would be a real pain for the user.
Is there a simple way round this?
To protect this, I have a session based login system.
Login page - checks password and assigns Username, UserGroup and Workgroup to session variables.
Restricted pages - checks usergroup access level and workgroup id.
I have heard that, if a hacker re-writes the cookie (didn't know sessions created a cookie) he can fool the server into thinking that he is using someone elses session and could therefore view, edit and delete those records normally protected.
I know that Session data cannot be viewed or amended but this could pose a huge security issue.
It has also been suggested that the user has to re-enter his password on each page but this is both unusual and would be a real pain for the user.
Is there a simple way round this?
