Getting all the cookies including those from google analytics from one webpage
- by DixieFlatline
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