Memory usage when allowing multiple sessions per user

0
We migrated our application from version 4 to version 5 and we want to use the option multiple sessions per user. Do we need more memory for the server if we use this option? How much memory is reserved per user session? Do we need more memory after migrating to Mendix 5? Thanks.
asked
1 answers
3

I guess that this is really dependent on what a user can do? A new user session basically is a new user that push on buttons and trigger processes. Thus what you need to know is the average load of a user and then determine the average amount of users so that you can determine if your application require's additional resources. My guess is that as long as users simply leave sessions open but do not actively use their other sessions that you are fine by sticking to your current specs.

answered