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
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
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
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 =