Slashdot Mirror


How do you Handle Cookies in Java?

This Anonymous Coward wishes to know about the following: "I would like to know if anyone can provide a good loaction for information concering creating, retrieving, and generally working with cookies in Java."

3 of 8 comments (clear)

  1. RTFF by ptomblin · · Score: 1

    The comp.lang.java.programmer faq, located here answers that question. And hundreds of other questions.

    --
    The next Cmdr Taco duplicate will be ready soon, but subscribers can beat the rush and see it early!
  2. Re: Cookies in Java by grawlfang · · Score: 1

    You seem to be confusing cookies with biscuits...a common mistake from one of our american cousins.
    And anyway, biscuits, cookies...whatever you want to call them, taste better after being dunked in tea rather than in coffee.

    --
    Fang.
  3. java libraries that handle cookies by kjw · · Score: 1

    It's unclear from your question from what orientation you need to process cookies. If you're effectively a browser, I've been using HTTPClient version 0.3, and all you have to write is a "accept this cookie Y/N" function.