Kbase 19104: How to determine IP address and time of last web request.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/09/1999 |
|
How to determine IP address and time of last web request.
SUMMARY: This document will explain how to determine what time and IP
addresss of a remote client during a web request.
Knowledge Base number:19104
This document applies to: 2.1, 3.0,
Version and Release Number: 3.0
STEP BY STEP DETAILS:
In order to get this information, we would need to access one of the
many CGI Environment Variables that Webspeed has access to. The
specific one that we are looking for and an example of how to use it
is as follows:
{&OUT} "Request from " REMOTE_ADDR " AT " STRING(TIME, "HH:MM:SSAM").
**NOTE** The Time that is being displayed will be the current time of
the server where the html file is being executed, not the client.