Title: Re: tracking in Servlets!!!Help

Okay I set the header like this but still get the same result of '-1'

String name;

String name1=request.getHeader(name);

������������������ date=request.getDateHeader(name);

������������������ out.println("This is the Date accessed" + ":" + date );

 

Thanks

Rizwan

 

hi,

i think it will only return -1 if the header hasn't been set.

 

-mw

 

Reply via email to