Right now we have squid setup to present a splash page to users. Here is the
config for the captive portal:

----------------------------------------------------------------------------------

external_acl_type splash_page ttl=30 concurrency=100 %SRC
/usr/lib64/squid/squid_session -t 1440 -b /var/lib/squid/session.db

acl existing_users external splash_page

deny_info ERR_ACCESS_REDIRECT existing_users

http_access deny !existing_users

-------------------------------------------------------------------------------------

Problem is, we want the user to be automatically redirected to the
originally requested page after the 30 second TTL is up. How can I set this
up?

This is on RHEL 6.7 and Squid 3.1




--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-splash-page-TTL-and-refresh-tp4676449.html
Sent from the Squid - Users mailing list archive at Nabble.com.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to