Welcome Guest, Not a member yet? Register   Sign In
set_cookie does not work
#2

Your setting the cookie wrong, should be set like below:

PHP Code:
setcookie($cookie_name$cookie_valuetime() + (86400 30), "/"); // 86400 = 1 day 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
set_cookie does not work - by SirTom - 02-17-2017, 01:29 PM
RE: set_cookie does not work - by InsiteFX - 02-17-2017, 02:28 PM
RE: set_cookie does not work - by SirTom - 02-18-2017, 04:21 AM
RE: set_cookie does not work - by InsiteFX - 02-18-2017, 07:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB