I'm using a CAS server (latest version) and after a valid authentication the session is lost. This is my work around in the login method that invokes the CAS server (i really don't like very much): call a $this->Session->destroy(); to start a new cake session...
It works...but it's not cool... Il giorno venerdì 21 settembre 2012 17:39:58 UTC+2, Richard Joo ha scritto: > > what kind of session issues are you having? do you have specific > example(s) or test case scenarios? > > > On Fri, Sep 21, 2012 at 2:21 AM, Pietro Brignola > <[email protected]<javascript:> > > wrote: > >> Hi guys, >> i've been using (enjoying) cakephp here at UNIPA campus (Palermo, IT) >> since 2007. Many prod. applications still running, Robust, excellent, >> perfect for us. Never got problem... >> >> Now with 2.2.2 version no way to make cake Session to work correctly. I >> can't believe... 3 different server tested, all issues of the last 3 years >> (google) read and tried , a lot of time devasted... >> >> Please...sure no bugs pending? Please help me... >> >> -- >> Like Us on FacekBook https://www.facebook.com/CakePHP >> Find us on Twitter http://twitter.com/CakePHP >> >> --- >> You received this message because you are subscribed to the Google Groups >> "CakePHP" group. >> To post to this group, send email to [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> Visit this group at http://groups.google.com/group/cake-php?hl=en. >> >> >> > > > > -- > Richard Joo > > -- Like Us on FacekBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
