From Zend
Setting cookie that is valid for a long term is not secure. I prefer to use
“session cookie” for login session management. Session cookie is cookie that
does not have expiration time. Session cookie is stored in memory in most of
browsers and deleted when user closes browser.
Here is tip to implement auto login feature with secure manner.
November 28th, 2002 at 6:42 pm
I was wondering what the different between
REQUEST_URI and HTTP_REFERER is ?
Why is HTTP_REFERER unreliabe?
November 29th, 2002 at 1:13 am
i slapped that into google (as you probably did yourself) and sure enough the 2nd result in the list had a clear answer to your question.
try this page:
http://shat.net/php/404/404Handler.php.txt
and search for the function \"send_email()\" to see how this author uses each uniquely.
July 19th, 2007 at 2:55 pm
source: http://www.zend.com/tips/tips.php?id=225&single=1