OK, I have 3 simple textarea fields on my page. Each contains raw HTML, no filtering. If I edit the textarea and save it, it immediately reverts to the previous content and I have to edit twice and save twice.
I think the issue is that I am testing a custom login screen. I never log out. I do however login again, and even though the login is successful, it refuses to save on the admin page. Is this due to a changing session key or something? Is there some way to work around this? The whole idea was to be able to easily make edits, and every test basically logs me out without telling me I am logged out.
I get the same problem working in the admin interface. Does it eventually time out the login? I have been working on code in the textbox for awhile and it seems like if I wait too long to save, I get the login box and everything resets to the previously saved state. This is basically what is happening when I test the login screen, except that since I'm logged in, I never get the login box. It just fails to save and shows me the old data.
Data loss due to these issues is extremely frustrating! Any ideas on how to make the admin interface behave when logging in again or when it times out?