Getting all the cookies including those from google analytics from one webpage

Posted by DixieFlatline on Stack Overflow See other posts from Stack Overflow or by DixieFlatline
Published on 2010-05-05T16:05:48Z Indexed on 2010/05/05 16:08 UTC
Read the original article Hit count: 247

Filed under:
|

Hello!

I use apache 4 java libs for http get connections. I get all cookies from 2 other pages. But one other webpage contains google analytics cookies(utma,utmz...) and classic session id cookie (checked with firebug). When i try to get the cookies i only get sesson id cookie. Is there any trick to get all the cookies from java in connection with google analytics? If i want to make a http post, it seems that i have to send google analytics cookies too. I can copy my code if somebody wants, but it works on other pages(for printing cookies).

Thank you

© Stack Overflow or respective owner

Related posts about java

Related posts about http-post