Each time a new client accesses the server application, a new client object is created. However, there are no built-in properties for the client object.
If you need information retained about the client, then you create a property.
JavaScript
The project object has no pre-defined properties. If you need to hold information for your project, you create the objects you need in the application.
<P>Your request came from ip address:
<SERVER> write(request.ip) </SERVER>
You must be logged in to post a comment.