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
cookie or javascript
Moderator: General Moderators
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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.