Lalit Ingale wrote:
>
> In the Http request u get a field in the header with the
> date and time when the request was made.
>
> pl correct me if i am wrong !!
Okay, you're wrong.
It is possible for a browser to send the date in the header, however, I doubt
that any do. I just tested Netscape 4.6 and it does not send the date in the
header. Others browsers might, but I doubt it.
You can see what headers are sent by using HttpServletRequest.getHeaderNames()
and HttpServletRequest.getHeader(String).
K Mukhar
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html