Wednesday, January 21, 2015

Re: Session date missing after redirect

I have found a work-around for this problem. 

I found that Sessions were not being started (on redirect after Auth login) on the server that had PHP 5.4.36 and Cake 2.x. My first work-around was to set session.auto_start=1 in my php.ini file. The Sessions and Auth login worked properly then.

I then set session.auto_start back to 0 (the default) and put CakeSession::start() in the beforeFilter() in my AppContoller. This works as well.

Why this should necessary, I have not figured out yet. I will keep looking into it and post any conclusions here.

Ken

--
Like Us on FaceBook 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 unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: