Now I now how to avoid the situation if a user wants to perform a second login. I would use ConcurrentSessionController. But does anyone know how to solve situation when user creates a new window (ie Ctrl+N) and it causes all session cookies to copy to this new window? What if I would like to prevent this thing and enable only one browser window per logged user.
Thanks.
Sorry if this is not related to Acegi Security


