> mån 2007-04-16 klockan 18:39 -0400 skrev Tuc at T-B-O-H.NET:
>
>>      Fot the "helpers/external_acl/session", how does it determine
>> if the user has been seen or not? Cookie? MAC? IP? Other?
>
> Time since last seen.
>
> Where "user" == whatever you send to the helper in the external_acl_type
> definition and/or acl line..  (query format parameters + acl data)
>
> Regards
> Henrik
>
Hi,

       I'm sorry, I still don't understand. If you have 100 users that
attempt to contact the SQUID, and using the following example from
the man page for the acl session helper :

        external_acl_type session ttl=300 negative_ttl=0 children=1
concurrency=200 %LOGIN /usr/local/squid/libexec/squid_session

        acl session external session

        http_access deny !session

        deny_info http://your.server/bannerpage?url=%s session

     When each user gets redirected to to the bannerpage, how is it stored
that they don't have to see it again?

Thanks, Tuc

Reply via email to