Cloud and session problems
Permalink
We need some help!
For a demanding new project, we need to go for scalable cloud hosting.
We setup a a cloud app, all went smooth, untill we got kicked out of a c5 session after loggin, instantly or at least after 1 page refresh.
So I tried storing sessions in the database, doens't fix it, but I can see lot's of sessions are generated.
After testing lot's of stuff and lot's of c5 versions we found out version 5.4.1.1. works great, 5.4.2 and up have the issue.
One item in the release notes says: For increased security, a new session ID is created prior to logging in.
Seehttp://www.concrete5.org/documentation/background/version_history/5...
That's exactly what's going wrong.
When i check the remind me option in the login process, normal page calls keep their session, but ajax calls have a different session_id, which results in a Acces Denied error on stuff like the Page Properties tab.
I know the c5 team doesn't think the cloud is the next big thing, but this sounds like a small bug, but has a big impact on the cloud stuff.
Hope anyone has an idea, cause were stuck...
Thanks!
For a demanding new project, we need to go for scalable cloud hosting.
We setup a a cloud app, all went smooth, untill we got kicked out of a c5 session after loggin, instantly or at least after 1 page refresh.
So I tried storing sessions in the database, doens't fix it, but I can see lot's of sessions are generated.
After testing lot's of stuff and lot's of c5 versions we found out version 5.4.1.1. works great, 5.4.2 and up have the issue.
One item in the release notes says: For increased security, a new session ID is created prior to logging in.
Seehttp://www.concrete5.org/documentation/background/version_history/5...
That's exactly what's going wrong.
When i check the remind me option in the login process, normal page calls keep their session, but ajax calls have a different session_id, which results in a Acces Denied error on stuff like the Page Properties tab.
I know the c5 team doesn't think the cloud is the next big thing, but this sounds like a small bug, but has a big impact on the cloud stuff.
Hope anyone has an idea, cause were stuck...
Thanks!
Help is appreciated...