SESNPUB parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(Automatically generated page update)
Line 1: Line 1:
{{Template:SESNPUB parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>

Revision as of 16:43, 27 August 2013

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

The parameter which must have a numeric value between 0 and 1048575, sets the maximum number of public sessions that can be active. Setting this value 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. For more information on this and related functions see the Sirius Functions Reference Manual.