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

(02-17-2017, 02:28 PM)InsiteFX Wrote: Your setting the cookie wrong, should be set like below:

PHP Code:
setcookie($cookie_name$cookie_valuetime() + (86400 30), "/"); // 86400 = 1 day 

Thank you for your answer!
But setcookie is a php function and set_cookie is a ci function. Is the usage still the same?
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