Being sent back to Alloy editor login page

I have followed the tutorials, but am having a problem. I am able to log in to my Alloy editor, but if I try to edit a post or create a new one, I am sent back to the login page. The only thing I can do is ‘view’ the page.

I’d be grateful for any help.

This sounds like your PHP installation either has Sessions disabled or perhaps the Sessions folder for the PHP installation is set to be unwritable. You’ll want to check with your host about these.

I had a similar support email recently and the user’s host had enabled Sessions for their PHP installation, but by default they made the Sessions folder unwritable. This meant the Session information which records whether you’re logged in or not could never be stored.