I am working on a site that has several registered members. If someone from any of the member groups (including Super Admin) is logged in at a given time, no one else can log in. This is the error:
The form you submitted contained the following errors
* Someone is already logged in using this account.
I temporarily got around this problem by changing the security and sessions preferences. I changed “Allow multiple log-ins from a single account?” to Yes, and “User Session Type” to “Cookies and Session ID.”
This is not a good fix, though, because now the session ID is showing up in the site links. I need this: http://site.com/index.php/S=330b12etcetcetc/templategroup/template
to appear like this: http://site.com/index.php/templategroup/template
To summarize:
-Without changing the user session type, why won’t EE allow more than one user to log in at a given time, even though they have different accounts?
-If I need to keep the user session type set to “Cookies and Session ID” in order for login to work, is there a way to keep the session ID from showing in links?
Thank you.