OnDemand User Group

Support Forums => MP Server => Topic started by: fnb4321 on January 17, 2018, 07:18:44 AM

Title: User Login Activity - System Parameter
Post by: fnb4321 on January 17, 2018, 07:18:44 AM
  Under general System Parameters we currently have login/logoff system logging turned off because of the volume of logins for external Web Banking customers, etc.  (Our logs were HUGE before we turned this logging off).

  If we wanted to disable users after 90 inactive days (User Login Activity section) would it still work since we have the system logging turned off ?

My initial guess is that it would since it still has Last Login information under the USERS information
Title: Re: User Login Activity - System Parameter
Post by: Justin Derrick on January 17, 2018, 07:50:30 AM
You should be able to use the data in the arsuser table to determine if an account is idle, without the System Log data -- although the data in the System Log would be great to have.

If you're having trouble with the System Log being filled with login / logout messages, your 'web banking' software needs to be re-written to take advantage of connection pooling.  Not only will it make the front end faster, it will reduce load on the CMOD server as well.  :)

-JD.