I am struggling with some basic cookie issues as I learn PHP...
1.) Where does my Mac physically save cookies? (I know how to find them in Windows)
BTW, I'm using FireFox.
2.) Using this code it doesn't seem to work...
setcookie ('user_id', $data['user_id'], time()+3600, '/', '', 0, 0);
When I check the cookie prompt, it just says the cookie expires at the end of session??
Amy