Hello,
I have built a site for our intranet, and all was well. To enter the site, one must enter username and password (and every page on the site kickes the user out to the entry page if the correct session variables are not found).
But now The Big Boss insists on entering without username and password. I tried explaning about security, but he really insists. I thought of creating a cookie on his computer, and changing the entry page to enter freely a user with this cookie.
So my question is, how dangerouse is it. I'm not worried about someone seeing the information on the site, it's not *that* classified. But if someone gains access to the site, does this fact itself give them a leverage point for doing damage? On the other hand, for someone to read the code and discover that they can enter freely by planting a cookie on their computer, they would have to break anyway into the server to see the code where this is stated, so if they have already broken in, I'm not worse off, right?
Thoughts, anyone?
thanks,
Yael Achmon
I have built a site for our intranet, and all was well. To enter the site, one must enter username and password (and every page on the site kickes the user out to the entry page if the correct session variables are not found).
But now The Big Boss insists on entering without username and password. I tried explaning about security, but he really insists. I thought of creating a cookie on his computer, and changing the entry page to enter freely a user with this cookie.
So my question is, how dangerouse is it. I'm not worried about someone seeing the information on the site, it's not *that* classified. But if someone gains access to the site, does this fact itself give them a leverage point for doing damage? On the other hand, for someone to read the code and discover that they can enter freely by planting a cookie on their computer, they would have to break anyway into the server to see the code where this is stated, so if they have already broken in, I'm not worse off, right?
Thoughts, anyone?
thanks,
Yael Achmon