Hi, I've written a PHP class to connect with the HTTP API, and most things work smoothly. But it seems that logging out from a session does not remove the session. After several login's, checking for new email, logging out, I eventually get this error on attempting to log in:
Max. session size for user %1$s in context %2$s
I don't want to increase the number of sessions allowed, I would rather find a way to clear all sessions for a user through the API, or ideally logging out using an ox_session identifier would automatically remove the session, but it seems not to.
Any ideas?
Greg
Max. session size for user %1$s in context %2$s
I don't want to increase the number of sessions allowed, I would rather find a way to clear all sessions for a user through the API, or ideally logging out using an ox_session identifier would automatically remove the session, but it seems not to.
Any ideas?
Greg
Comment