we are playing around with hotspot trial feature.
we currently are redirecting the users to a webpage/portal.
How do we make the sessions end when the user disconnects…that way they get the redirect/portal every time they connect?
we are playing around with hotspot trial feature.
we currently are redirecting the users to a webpage/portal.
How do we make the sessions end when the user disconnects…that way they get the redirect/portal every time they connect?
Set the keepalive-timeout and idle-timeout appropriately.
what would the appropriate settings be to remove the user immediately after disconnect?
I dont really want a idle timeout, as that could be a nuisance …I don’t want the user to get up and get a cup of coffee and come back and have to login again.
thanks
There are no settings to immediately remove an active user after disconnect. keepalive-timeout is for unauthorized users only, you can only remove authenticated users via idle-timeout.
gracias