Hello All,
I have a scenario that I'm hoping someone has come across. In the Magento admin, when I enter a customer edit page, I am quietly logged out during the various Ajax processes.
An example of the Ajax call that triggers this is:
It's supposed to return a JSON value along the lines of:
Instead it returns this:
Of course, any subsequent clicks on the site sends me back to the login page.
I don't see anything obvious in the logs that would explain this. Has anyone encountered anything like this?
Thanks.