Is it possible to configure the number of "concurrent session" ?

I use here the term "concurrent session" as explained in this thread http://answers.axonivy.com/questions/158/what-exactly-is-regarded-as-a-concurrent-session "All sessions in which the same user is logged"

asked 30.07.2015 at 18:31

dbalasse's gravatar image

dbalasse
(suspended)
accept rate: 25%


The number of concurrent session as explained in this thread http://answers.axonivy.com/questions/158/what-exactly-is-regarded-as-a-concurrent-session cannot be configured by a user or administrator.

However, the number of concurrent session may be limited by the engine license you use for your installation. You can open the engine license file *.lic that is located in the configuration directory of your engine installation with a text editor. The following line in the file tells the engine how many concurrent session are allowed.

server.sessions.limit=5

If the value in your file is 0 then the concurrent session are unlimited.

link

answered 31.07.2015 at 08:58

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

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:

×14

Asked: 30.07.2015 at 18:31

Seen: 5,344 times

Last updated: 31.07.2015 at 08:58