I'm currently using Tank Auth on my project.
I'd like to have separate logins for my admin area and main site. I'm using two different tables one for admin users and one for normal users.
At the moment if you login to either section and then go to the other section it still thinks you are logged in.
Is there anyway to do this using just Tank auth? (is this advisable) or should I be using two different auth methods?