Hi,
I just migrated my app from phpfog. Now I have problem with cakephp session. I am using cakephp 2.2.4. I have simple login screen. On login, I write user's info in session variable. And read it when needed. It works fine on my local server(xampplite) and I also tried on namecheap servers it works fine. But on appfog, It writes session variable and reads it fine on logins as intended, but if I refresh the page or try another page the session info is no longer available. I tried setting the session timeout to 3 days, still same problem. Also tried to switch to database session (in core session configuration) still same problem.
Problem is the session info is not available on page refresh or on redirect.
I appreciate any help.