Help - Connection:/ Variables | ||
---|---|---|
Connect:/ Connection:/ Setting | Explanation | Default / | Example Data | Type Access | R,W,A,D BytesRead
|
The number of bytes received from the network so far
during the current connection.
| 0
| Integer | R
| BytesSent
|
The number of bytes sent to the network so far during
the current connection.
| 0
| Integer | R
| Elapsed
|
The elapsed time, in milliseconds, since the current
connection started (that is, when the network connection was
accepted, before any authentication).
| 0
| Integer | R
| 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
| Integer | R
| LastAccept
|
Timestamp of the last accepted request.
| The format is "yyyy/mm/dd hh:mm:ss". 1995/09/01 12:34:56
| Text | R
| 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
| Text | R
| 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
| Text | R
| 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
| Text | R
| 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
| Text | R
| Requests
|
The number of requests since the connection was established.
It is used in the HTTP service to manage Keep-Alive connections.
| 0
| Integer | R
| 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
| Integer | R
| 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
| Integer | R
| 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
| Text | R
| |
---|