A very common use for a client property is a client identification number. When the client first accesses the server, he can receive a form. The server can then process this information and assign the client an identification number.
This might be randomly generated or looked up from a list of previous customers.As an example, a client can send a request. Part of the request can include a user supplied customer number in the text box named idnumber. You can then create a client property called custNo with the following line: client.custNo = request.idnumber
Leave a Reply
You must be logged in to post a comment.