SESNPUB 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 0 and 1048575, sets the
This parameter, which must have a numeric value between 0 and 1048575, sets the
maximum number of public sessions that can be active.
maximum number of public [[Sessions|sessions]] that can be active.
Setting a value for <var>SESNPUB</var> allocates about 160 bytes of virtual storage
Setting a value for <var>SESNPUB</var> allocates about 160 bytes of virtual storage
for each possible session.
for each possible session.

Latest revision as of 15:46, 30 May 2017

Maximum number of public sessions

Summary

Default value
0
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 0 and 1048575, sets the maximum number of public sessions that can be active. Setting a value for SESNPUB allocates about 160 bytes of virtual storage for each possible session.

The default value for SESNPUB of 0 means that no public sessions can be created.

Public sessions are created with the $Session_Create function.