|
-
March 1st, 2000, 08:37 AM
#1
Java cookie?
Does anybody know how to set and read cookies in Java? Thanks.
-
March 1st, 2000, 07:19 PM
#2
Re: Java cookie?
HttpServletResponse.addCookie(Cookie cookie) for add cookie
Cookie[] cookies = HttpServletRequest.getCookies() for get cookies
For more detail information, you may reference the document of
servlet.
good luck
Alfred Wu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|