I've searched all of google and stackoverflow for this, but with no success. I'm starting to feel the simple answer to this question is "no", but I haven't been able to confirm this either.
Is there a way to limit apache to 1 session per authenticated user?
Say I'm logged in as admin1 (using .htaccess and .htpasswd). Is there a way to stop another user from also logging in as admin1 as long as I am connected?