Re: Problems with sessions

2012-01-06 Thread jholcomb
never mind I figured out my problem. I needed to add the Session to my helpers array in my app controller. Found it after reading the manual for the forth time. -- View this message in context: http://cakephp.1045679.n5.nabble.com/Problems-with-sessions-tp5125948p5125998.html Sent from the

Problems with sessions

2012-01-06 Thread jholcomb
resolved? Any help is appreciated. Thanks Jamie -- View this message in context: http://cakephp.1045679.n5.nabble.com/Problems-with-sessions-tp5125948p5125948.html Sent from the CakePHP mailing list archive at Nabble.com. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cake

Re: Problems with sessions and cookies

2007-03-25 Thread Anton B.
Does nobody have such issues? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PRO

Problems with sessions and cookies

2007-03-24 Thread Anton B.
Hi all! I have strange problems with sessions and cookies. It works different in different browsers. Look at this controller: class PagesController extends AppController{ var $autoRender = false; var $components = array('Cookie', 'Session'); var $cookieName =