Community discussions

MikroTik App
 
vibhupandey
just joined
Topic Author
Posts: 11
Joined: Mon Oct 26, 2020 4:14 pm

UserManager Sessions are not closing automatically

Mon Jun 07, 2021 9:22 pm

Greetings all,

i am facing an issue in my usermanager that after power failure all sessions are disconnected from nas but session will be remain active in userman...every power failure i need to manually close all sessions using web or cli...then only user will start login immidiately...
PPPoE server KeepAlive Time out is 10
and Radius timeout is 300 ms

any help will be appriciated

sorry for bad english
 
tiftok
newbie
Posts: 49
Joined: Thu Apr 07, 2016 1:40 pm

Re: UserManager Sessions are not closing automatically

Mon Oct 25, 2021 9:00 pm

this script close sessions you can run in boot time
  :foreach i in=[/tool user-manager session find where active] do={
  
   /tool user-manager session close-session $i;
  
  }

Who is online

Users browsing this forum: No registered users and 8 guests