Topic: how to prevent a user to login with the same login and password

I would like to know how to keep a user to login at another time when he reach the end of all  session time because i have a problem with freeradius for example i create a user to/to max-all-session:=5 (5s) when he use all their time session(5s)
normally it will not log another time with the same login and password but with my configuration he can i dont now where is the problem
[code]sqlcounter noresetcounter {

counter-name = Max-All-Session-Time
check-name = Max-All-Session
sqlmod-inst = sql
key = User-Name
reset = never
query =

Re: how to prevent a user to login with the same login and password

good morning
i had solved the problem of limiting connexion to user i need just to declare max-all-session on the dicionnary of chillispot   
good luck