Hi everyone
There are 126000 sessions in Userman.how can i delete them easily?
i have tried some command and script but dont work it.userman V6.48.6
It depends how complex you want it to be. If you don’t care about historical data, you can simply purge inactive sessions:
/user-manager/session/remove [find active=no]
That should be probably a setting in UM to not keep inactive sessions.
:foreach i in=[/user-manager session find where active=no] do { /user-manager session remove $i; }
This remove only inactive sessions
Necroposting for that???
is better 2+2=4 or 1+2+3+4+5-11=4 ?
/user-manager session remove [find where active=no]