[PHP] Cookie Security?

2004-06-12 Thread phpmail
My login script sets unique, secure, cookies that identify the user. Some of my pages only display content if a secure cookie is present. Is this a bad idea for secure pages with sensitive details as I have heard that cookies can be faked? I am always interested in creating a secure environment

[PHP] Cookie security

2003-06-03 Thread daniel
Hi all! I'd like to use cookies in sessions on my backend to eliminate the possibility of "session hijacking," but I'm a bit concerned about cookie security. If you set a cookie to last until the browser session is ended, what happens to the cookie if the system/browser crashes? Can I trust every