SESNPUB 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 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 that can be active.
Setting this value 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.
The default value for SESNPUB of 0 means that no public sessions
<p>
can be created.
The default value for <var>SESNPUB</var> of 0 means that no public sessions
can be created. </p>
<p>
Public sessions are created with the <var>[[$Session_Create]]</var> function. </p>


Public sessions are created with the $session_create 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 18:58, 25 August 2014

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.