Hi,
Just wondering if I can setup a script in the on-logout for hotspot user profiles which can get the user that has acutally logged out?
So I can run my script which will execture some code specific to that user?
Hi,
Just wondering if I can setup a script in the on-logout for hotspot user profiles which can get the user that has acutally logged out?
So I can run my script which will execture some code specific to that user?
Hm, ‘ip hotspot user profile’ has the option on-login and on-logout, these options allow you to run script, when user is logged in/out.
yes I know that, but it only runs a script, it doesnt identify the user that has logged in or out, this is what I am after.
What kind of action you need to run ?
What I want to do is actually remove the cookie for the user on logout based on their user profile.
WE have some users we want to have cookies, but some users we dont want to have cookies.
When they login or logout, I want to run a script that checks their profile, if it matches my profile name “256” for example, it removes the cookie for the user.
Well, ‘ip hotspot user profile’ contains ‘on-logout’ and ‘on-login’ options, that allows you to run script for entire profile.
So, you need to ensure that cookie is being removed, e.g. you may use comments or any other option to remove the cookie or you may configure this option for each client that needs this.