Hi everybody, I have used cakephp prebeta, now cakephp1.2 beta is released. There were some problem in prebeta in form helper so now I am trying to use beta version. In this version I am facing a session problem in core.php I have set Configure::write('Session.timeout', '120');
Configure::write('Session.start', true); Configure::write('Session.checkAgent', true); Now when I am doing login login I need to set some variable in session like $this->Session->write('User', $lo[0]['User']); but before doing this I need to write session_start(); then only the session variables are set Can anybody tell me this very urgently, because I am doing a 99% ajax based application so I need to set many variables, earlier I have used versions before pre beta, then pre beta and now beta. the versions before prebeta were good for me. Thanking you in advance. my email id ([EMAIL PROTECTED]) --~--~---------~--~----~------------~-------~--~----~ 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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---