Access denied error on sidebar

Permalink
Hi,

I have a site and all works fine with the superuser. But if you create a new user and they login you get a Access denied error on the sidebar when you try open the right hand sidebar.

This then logs you out and you have to log back in.

i am getting this in an error

session_start(): Failed to decode session object. Session has been destroyed

TMDesigns
 
TMDesigns replied on at Permalink Reply
TMDesigns
After a bit of digging and help we have worked out this is not a theme issue.

the C5 install is not able to set a cookie on any login other than the superuser.
PaulAdam replied on at Permalink Reply
It was new for me.
TMDesigns replied on at Permalink Reply
TMDesigns
Looks like it might be an issue with memcache
TMDesigns replied on at Permalink Best Answer Reply
TMDesigns
i have changed these in the php.ini file

session.save_handler = files
session.save_path = ""

seems to have stopped the issue
TMDesigns replied on at Permalink Reply
TMDesigns
My fix didn't work.

It will now only work on accounts other than the super account if you click save for 2 weeks.

Is this a bug?

Also keep getting these errors

An unexpected error occurred.
session_start(): Failed to decode session object. Session has been destroyed

getting this in the log files.

Exception Occurred: /var/sites/h/MYSITE.COM/public_html/concrete/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php:148 session_start(): Failed to decode session object. Session has been destroyed (2)