News Feed
Sections

News Archive


Community Events






Don't see your event here?
Let us know!


Brian Moon's Blog:
PHP session cookie refresh
0 comments :: posted Wednesday May 14, 2008 @ 12:51:02
voice your opinion now!

Brian Moon has posted a tip (and a bit of code) he's worked up to help make a users cookies last a bit longer than they were originally designed to:

When you start a session, if the user had no cookie, they get a new session id and they get a cookie. You can configure that cookie to last for n seconds via php.ini or session_cookie_set_params(). But, and this is a HUGE but for me, that cookie will expire in n seconds no matter what.

His method provides a way to extend the life of the cookies currently set for the domain by changing the time to live through a series of ini_get calls wrapped in a setcookie() call.

tagged with: cookie session refesh timetolive setcookie iniset



application code package security PHP5 conference releases PEAR framework mysql cakephp example job book developer release zend database ajax zendframework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework