Cookie-write Bug

2008-09-23 Thread Sir Tabs
I think I stumbled across a bug when using the Cookie-write method. Inside a controller I need to keep track of a date, so one of my method sets the cookie variable like this: $this-Cookie-write('month', $month, false); $this-Cookie-write('year', $year, false);

Re: Cookie-write Bug

2008-09-23 Thread Sir Tabs
Well, 1/15 times the line of code gets executed. It could be an ajax bug, but I doubt it, since my initial call to display the page is not an ajax call. And after my first call I can inspect my cookies and the first variable to be written never gets set. On Sep 23, 11:39 am, Sir Tabs [EMAIL