SESUMAX parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 16: Line 16:
==Description==
==Description==
This parameter, which must have a numeric value between 1 and 1048575, sets the
This parameter, which must have a numeric value between 1 and 1048575, sets the
maximum number of private sessions that can be active for a userid.
maximum number of private [[Sessions|sessions]] that can be active for a userid.
Setting a <var>SESUMAX</var> value allocates about 160 bytes of virtual storage
Setting a <var>SESUMAX</var> value allocates about 160 bytes of virtual storage
for each possible session.
for each possible session.

Revision as of 13:23, 31 May 2017

Maximum private sessions per user

Summary

Default value
1
Parameter type
System
Where set
User 0 CCAIN parameters
Related products
All
Introduced
Before Sirius Mods 6.7

Description

This parameter, which must have a numeric value between 1 and 1048575, sets the maximum number of private sessions that can be active for a userid. Setting a SESUMAX value allocates about 160 bytes of virtual storage for each possible session.

The default value for SESUMAX of 1 means that a userid can only have a single session associated with it at a time.

Sessions are created with the $Session_Create function.