SESUMAX parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
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==
The 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 that can be active for a userid.
Setting this 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.
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 $session_create function.
Sessions are created with the <var>[[$Session_Create]]</var> function.
For more information on this and related functions see the [[Sirius Functions Reference Manual]].
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 19:00, 25 August 2014

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.