Re: Cookie name problem

2010-06-04 Thread calvin
What do you mean the cookie stops working? Are you not able to store new cookie data or just forgetting the old data stored before changing the cookie name? If it's the latter, that's normal. If you were saving information in $_COOKIE['cakephp'] before, and then you tell CakePHP to get that

Cookie name problem

2010-06-03 Thread FandaR
Hi, I have problem with cookies. If I rename the cookie to some name, for example I set Configure::write('Session.cookie', 'goodprg'); in core.php config file, The cookies stops working. I have setup Configure::write('Session.save', 'cake'); If I setup the cookies back to original name -