Hi everyone, is there a way to monitor user login and logout activities in Axon.ivy?
Thank you.

asked 12.12.2017 at 03:30

Bao%20Tran's gravatar image

Bao Tran
(suspended)
accept rate: 0%

edited 12.12.2017 at 03:30

Could you please be specific on the term "monitor"? Are you using Portal or Ivy API to handle login/logout? What kind of monitor action you're looking forward to?

(18.12.2017 at 00:08) ToanLC ToanLC's gravatar image

We use Ivy Portal to handle authentication and would like to know at what time, what user has login/logout and for how long.

(18.12.2017 at 00:26) Bao Tran Bao%20Tran's gravatar image

You can write your own ch.ivyteam.ivy.security.ISessionExtension which allows you to execute any code when users do Login/Logout. As described here: https://answers.axonivy.com/questions/1359/detect-a-user-session-is-closing-because-of-timeout

So you can easily track the 'logged-in-time' with such an extension.

link

answered 18.12.2017 at 08:18

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 18.12.2017 at 08:19

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147
×35
×5

Asked: 12.12.2017 at 03:30

Seen: 1,502 times

Last updated: 18.12.2017 at 08:19