On Sat, Aug 17, 2013 at 3:02 AM, Oliveiros Peixoto (Netinho) <oliveiros@xxxxxxxxx> wrote: > Hi Jeffries! > > I created my own script auth_basic. This script checks the username and > password, if correct it inserts the username and date in the table sessions > and returns OK login = username for squid. > I also created one helper with ttl = 60. This helper takes the username and > password and check the sessions table if the field ip is empty. If not empty > he updates the field. > The problem is that when it spends 60 seconds a request is sent to the > helper with %LOGIN empty, as the helper does not identify the username and > return ERR to squid then open the popup window again. Please explain it better, because what you just described looks like a bug to me.