iTP Secure WebServer System Administrator's Guide (Version 7.0)
Administering Session Identifiers for Anonymous
Sessions
iTP Secure WebServer System Administrator’s Guide—523346-012
11-16
Using Tcl Variables for Anonymous Sessions
Using Tcl Variables for Anonymous Sessions
You can use Tcl variables in Region directives to give commands specific information
about a request for anonymous sessions. The commands then can modify the
behavior of the request on the basis of this information.
Table 11-2 lists the variables you can use in Region directives for anonymous
sessions.
Table 11-2. Region Directive Variables for Anonymous Sessions
Variable Description
SI_UID The user ID of the user accessing the content. This value is
extracted from the ticket (see Anonymous Ticketing on page 11-1).
You can use this variable to present customized Web pages to
particular users. The SI_UID variable is set to double quotation
marks (
"") if a valid ticket has not been presented.
SI_Department The department ID in ASCII.
SI_SI The entire session identifier.
SI_GROUP The group number that is embedded in the ticket (see Anonymous
Ticketing on page 11-1).
You can use this variable to present customized Web pages to
particular groups of users. The SI_GROUP variable is set to -1 if a
valid ticket is not presented.
SI_UCTX The user context embedded in the ticket (see Anonymous Ticketing
on page 11-1): a 2-bit value set by the ticketing agent that can be
used to convey information to the content server.