Help - Connection:/ Variables
 

Connect:/
Connection:/
SettingExplanationDefault /
Example
Data
Type
Access
R,W,A,D
BytesRead The number of bytes received from the network so far during the current connection. 0 IntegerR
BytesSent The number of bytes sent to the network so far during the current connection. 0 IntegerR
Elapsed The elapsed time, in milliseconds, since the current connection started (that is, when the network connection was accepted, before any authentication). 0 IntegerR
Errors The count of errors detected during this connection. Note that many secure protocols terminate the connection as soon as the first error is detected. 0 IntegerR
LastAccept Timestamp of the last accepted request.
The format is "yyyy/mm/dd hh:mm:ss".
1995/09/01 12:34:56 TextR
LocalAddress The server's address used for the connection, in numeric IP form. For a symbolic name for the address, use the "LocalHost" variable. 12.34.56.78 TextR
LocalHost The server's address used for the connection, in text form (as a host name). If the name is not available, the numeric IP address is returned. For a numeric IP for the address, use the "LocalAddress" variable. xyz.com TextR
RemoteAddress The client's address used for the connection, in numeric IP form. For a symbolic name for the address, use the "RemoteHost" variable. 12.34.56.78 TextR
RemoteHost The client's address used for the connection, in text form (as a host name). If the name is not available, the numeric IP address is returned. For a numeric IP for the address, use the "RemoteAddress" variable. xyz.com TextR
Requests The number of requests since the connection was established. It is used in the HTTP service to manage Keep-Alive connections. 0 IntegerR
Socket The socket number used for the connection to talk to the client. This is an extremely low-level variable and no operations should be performed on this socket that are not performed by the PowerWeb server, unless they are purely status queries. 234 IntegerR
SSLVersion The version number of SSL being used for this connection. Versions 2 and 3 are supported, and connections without SSL are labelled version 0. 3 IntegerR
User The client's user name as sniffed out by reverse checking. Will be empty if the client's site is not running an IDENT-compatible daemon, or if the IdentityCheck variable is set to FALSE. joe TextR