could anybody tell me what happens if an already logged-in user sends another login request with different credentials to the Kohana ORM Auth module? Is this equal to the current user's logout and login with the new credentials?
If I look at the code I get this impression but I am not sure. Especially I don't know if I have to logout the current user before processing different login credentials.
Thanks in advance.