Please Log in or Create an account to join the conversation.
CB AntiSpam can block double logins. If you're wanting this for security purposes I recommend just using CB AntiSpam.1 - I would like to test before the user open a new instance of the website (on the same computer or another), if he is already logged : if yes, i would like redirect him to a specific link. If no, nothing happens
I don't think you can do this. I'm pretty sure on logout all the users sessions are removed. So there's no information to go on as to who is who anymore. They should both be logged out (one of them on their next page load) since their sessions are now gone.2 - Now I have my two instances open by the same user. If he logout from one instance, the other instance is also deconnected and redirected to another link (/www/.../component/users/?view=login. I would change this link.
I'm guessing you set the login redirect url within your CB Login module.3 - But if i reconnect from the opened instance (/www/.../component/users/?view=login), i have another redirection to /www/.../component/users/profile, i don't know why. So, i want to change this redirection too !!!
Nope, there isn't. First login only takes place if the user has never logged in before.4 - There is a 'before user first login'...there isn't 'after user first login' ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You can't unless you've some sort of JS hook that waits for their window to close then fires off some sort of ajax to log them out. We've nothing of the sort though and it doesn't seam necessary. Just shorten their session time if you don't want them online for too long, which can be done within Joomla global configuration.How to prevent the fact that a user can close a Windows without disconnecting ?
You can't change this. That's standard Joomla behavior.PS : 1 - where to redirect users who wants to connect in a restricted area ? no idea ?
CB AntiSpam can not block Joomla login. CB AntiSpam acts on CB triggers. Shut off Joomla login (unpublish all frontend Joomla login modules) and ensure our system plugin is installed and enable to stop access to Joomla user component.PS : it seems sometimes that it is the Joomla login who works instead CB Login. I think that i have dispublish or delete all Joomla login. Where do I forget something. In some threads, they speak about .htaccess ....
Please Log in or Create an account to join the conversation.