| Author |
Add Cookie to request in JSP
|
Md Fizal
Ranch Hand
Joined: Dec 23, 2002
Posts: 61
|
|
|
I have a cookie created by a Client side Javascript in the client machine. I have a JSP file in the server, which should access the cookie in the client and do some processing. Could anyone pls help me, how to get the cookie there in the server?
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
|
|
Seems to me the Cookie should appear in the next request to the JSP. Can't you get it with request.get Cookies () (without the space) ? Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Add Cookie to request in JSP
|
|
|