SESNPRV parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 15: Line 15:
==Description==
==Description==
The parameter which must have a numeric value between 0 and 1048575, sets the
The parameter which must have a numeric value between 0 and 1048575, sets the
maximum number of private sessions that can be active.
maximum number of private [[Sessions|sessions]] that can be active.
Setting this value allocates about 160 bytes of virtual storage
Setting this value allocates about 160 bytes of virtual storage
for each possible session.
for each possible session.

Latest revision as of 15:06, 30 May 2017

Maximum number of private sessions

Summary

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

Description

The parameter which must have a numeric value between 0 and 1048575, sets the maximum number of private sessions that can be active. Setting this value allocates about 160 bytes of virtual storage for each possible session. The default value for SESNPRV of 0 means that no private sessions can be created.

Private sessions are created with the $Session Create function.