Web Security: Worst-Case Situation

Posted by Yongho on Stack Overflow See other posts from Stack Overflow or by Yongho
Published on 2010-04-19T19:49:27Z Indexed on 2010/04/19 19:53 UTC
Read the original article Hit count: 534

Filed under:
|

I currently have built a system that checks user IP, browser, and a random-string cookie to determine if he is an admin.

In the worst case, someone steals my cookie, uses the same browser I do, and masks his IP to appear as mine. Is there another layer of security I should add onto my script to make it more secure?

© Stack Overflow or respective owner

Related posts about security

Related posts about python