Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14346

set_cookie does not work

$
0
0
I try to set a cookie for remember_me:

PHP Code:
$this->load->helper('cookie');
...
set_cookie(array(
            'name'   => $name,
            'value'  => $user
            'expire' => $expire
        
));
... 

After the login I get only the Session.

http://prntscr.com/ea2ixb

Thanks for your help.
Tom

Viewing all articles
Browse latest Browse all 14346

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>