Page 1 of 1

cookie or javascript

Posted: Sat Mar 31, 2007 6:39 pm
by Alidad
hi, I'm trying to create the cookie for person log in and redirect to home page and say "welcome user name", my question is that i know there is something need to change in php.ini to make works with cookie, but i'm not sure what do I need to make change, does any know what section in php.ini do I need to make change for cookie!

AM

Posted: Sun Apr 01, 2007 5:02 am
by Kieran Huggins

Posted: Sun Apr 01, 2007 9:41 am
by feyd
There are no directives that control cookies in this manner. setcookie() and $_COOKIE are the ones you are specifically looking for in the end. Although you could use sessions.