Re: Client Identification in JSP

2001-09-19 Thread Ashish Shrestha
May be you could try hidden fields + client ip address. Ashish === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some

Client Identification in JSP

2001-09-04 Thread M Sankar
Hi How to handle client identification while using JSP. The scenario is that we should know that the same client is using the JSP 's to send a request? We can get this done by prividing some unique ID which changes with every response. But this id should be stored on the client side