SESUMAX parameter: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
<dd>Before <var class="product">Sirius Mods</var> 6.7 | <dd>Before <var class="product">Sirius Mods</var> 6.7 | ||
</dl> | </dl> | ||
==Description== | ==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. | maximum number of private [[Sessions|sessions]] that can be active for a <var>[[USERID_parameter|userid]]</var>. | ||
Setting | Setting a <var>SESUMAX</var> value allocates about 160 bytes of virtual storage | ||
for each possible session. | for each possible session. | ||
The default value for SESUMAX of 1 means that a userid can only have a | |||
The default value for <var>SESUMAX</var> of 1 means that a userid can only have a | |||
single session associated with it at a time. | single session associated with it at a time. | ||
Sessions are created with the | Sessions are created with the <var>[[$Session_Create]]</var> function. | ||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Latest revision as of 13:25, 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.