<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I am using Ubuntu to configure squid proxy. My basic usage is to print a splash page whenever user open the browser. I have used the example in the following link :<br><a href="http://squid-web-proxy-cache.1019090.n4.nabble.com/Portal-Splash-Pages-example-on-squid-3-3-13-td4669634.html">http://squid-web-proxy-cache.1019090.n4.nabble.com/Portal-Splash-Pages-example-on-squid-3-3-13-td4669634.html</a><br><br></div>My config file is as follows:<br><br>## addition for splash page active<br>external_acl_type session ipv4 concurrency=100 ttl=3 %SRC /usr/lib/squid/ext_session_acl -T 60 -b /var/lib/squid/session.db<br>acl session_login external session LOGIN<br>acl session_is_active external session<br>acl clicked_login_url url_regex -i ^<a href="https://google.co.in/$">https://google.co.in/$</a><br>http_access allow clicked_login_url session_login<br>http_access deny !session_is_active<br>deny_info 511:/etc/squid3/splash.html session_is_active<br><br></div>But on running squid, i get the following error<br>FATAL: The session helpers are crashing too rapidly, need help!<br><br></div><div>Please tell me what's wrong with my configuration.<br><br><br><br></div></div>