Welcome Guest, Not a member yet? Register   Sign In
set_cookie problem with expire time
#1

[eluser]Ornis[/eluser]
Hallo

I set a persistent cookie in a helper file which works perfectly:

Code:
$cookie = array(
        'name'   => 'PersistentCookie',
        'value'  => $value,
        'expire' => time() + 31 * 24 * 60 * 60,
        'domain' => '.mywebsite.ch',
        'path'   => '/',
        'prefix' => '');
$CI->input->set_cookie($cookie);

However, the cookie expires `At The End Of Session`, not at the requested time.

Thanks for your help.

Martin


Messages In This Thread
set_cookie problem with expire time - by El Forum - 07-12-2011, 06:01 AM
set_cookie problem with expire time - by El Forum - 07-13-2011, 01:48 PM
set_cookie problem with expire time - by El Forum - 07-16-2011, 03:14 AM
set_cookie problem with expire time - by El Forum - 07-17-2011, 04:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB