CONNECTION
NAME
connection - output client connection info
SYNOPSIS
connection();
DESCRIPTION
- This function return client connection info.
EXAMPLES
Note: In the followings examples, the _ between the { should be removed to make it work.
res={_{connection();}_} // {"aborted":0,"local_ip":"192.5.2.33","keepalive":0,"client_ip":"172.5.1.1","keepalives":3,"id":6}
SEE ALSO
{{ include("includes/variables.sn") }}
AUTHOR
Written by Pierre Laplante, <laplante@sednove.com>
MODIFICATIONS
1.0 2018-05-15 21:24:14 laplante@sednove.com This function has beed added at version 5.106 of Extenso
Edit