PDA

View Full Version : HTTP Cookie



keanhoo168
11 May 2010, 04:28 AM
I have a java servlet that create cookie for username.
The servlet will forward the page to a html page A.
From html page A, i have a hyperlink that accessing html page B.
In the html A, i manage to retrieve the username cookie, but i can get it in html page B even i copy the same coding of retrieving cookie in A to B.

Can anyone help me?