Hi
i have a problem :
i have a hotspot User Profile with scripts on login / on logout which write info into the log but when a User with that User Profile logged in , only if it is the first User Connected the on login script works , while the on logout script always works
Shared users are 300.
So i have this situation :
- No active users
- User1 (with this User Profile) logged in
- the on login script writes login's info about User1 into the log
- 1 active user
- User2 (with this User Profile) logged in
- the on login script DOESN'T write login's info about User1 into the log (DOESN'T WORK)
- 2 active users
- User2 logged out
- the on logout script writes logout's info about User2 into the log
- 1 active user
- User1 logged out
- the on logout script writes logout's info about User1 into the log
- No active users
I MUST always get this on login / on logout info Because this info Contain IP/MAC and the correct on login / on logout date-time
It would be even better if i could get the Users' IP/MAC and the correct on login / on logout date-time with PHP ...
My ROS is 5.6 but i'd rather don't update it , if possible ...
Thanks