Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: setting cookies manually

  1. #1
    Junior Member
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default setting cookies manually

    hi

    i'm using the HttpClient 4 framework of APACHE to login to a certain website and then send and receive data from it.
    since i have many independent requests for communication with this website i'm using multiple HttpClients and multiple threads. the thing is - i don't want to login to this website once for each HttpClient but to login only once , get the cookie from the website and make all the HttpClients use this cookie with their communication with the website.
    so what i'm asking is how do i manually set the cookie parameter in the HTTP header ? again, i'm talking about APACHE's HttpClient framework.

    thank you.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: setting cookies manually

    Please post links to the other forums where you've posted this.

  3. #3
    Junior Member
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: setting cookies manually

    for what ?
    and anyway, i didn't get any answer in any of them.

Similar Threads

  1. Java: Handling cookies when logging in with POST
    By cloakbot in forum What's Wrong With My Code?
    Replies: 0
    Last Post: June 16th, 2010, 04:31 PM
  2. HTTPSession invalidation, Cookies
    By b00n in forum Java Servlet
    Replies: 0
    Last Post: March 16th, 2010, 04:43 PM
  3. Read URL into string - Cookies needed?
    By bhanness in forum Java Networking
    Replies: 0
    Last Post: March 12th, 2010, 05:03 AM
  4. Setting up, using DataSources
    By jasonm in forum JDBC & Databases
    Replies: 1
    Last Post: March 4th, 2010, 10:37 PM
  5. Replies: 3
    Last Post: June 26th, 2009, 11:06 AM