Hi,

I have my web app using cake 1.2.5 (but problem have been starting
from 1.2.x, after switching from 1.1.3) and I have some problems with
Session.

Cakephp lost Session, with or without Ajax calls, during user
navigation. Whithout any logic, Session got timeout and I'm redirect
to the login page. After few seconds or many minutes, it goes timeout.
It drives me crazy. I have changed server (thinking there was a
problem with the old one) but the problem still goes on.

I've read lot about Session, setting checkagent=false, security level
to low (or medium, it's the same) in core.php; as I have some virtual
hosts plus the one using cakephp, following an idea founded at
http://www.cake-toppings.com/2008/10/04/set-the-session-cookie-to-the-top-level-domain/comment-page-1
I added ini_set('session.cookie_domain', '.MYDOMAIN.EXT'); in config/
bootstrap.php, but nothing change.

It's strange, it seems that Session works fine with Safari ( v.4 ):
using this browser, I could work all time without beeing redirect to
login page.

Any Ideas?

Thanks a Lot,

Giorgio Santini

--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to