Hello, I have tried request.getHeader() method along with getHeaderNames(). with HeaderNames() got many results as - accept, referer etc. still didnt get the exact meaning and use of them where shall I get the exact info abt the same? can u pls help me in foinding it out? thanx in advance regards devayani
Arun Boraiah
Ranch Hand
Joined: Nov 28, 2001
Posts: 233
posted
0
Hi, Generally header information is for the browsers to intimate the required behavior of the page being displayed. Example if you don�t wish to cache the page, you can set this in the header of the page like this.