Having Issues reading _mkto_trk cookie on tomcat server

Anonymous
Not applicable

Having Issues reading _mkto_trk cookie on tomcat server

I am trying to use the SOAP API to add lead and I want to make sure that I pass the tracking cookie when I call syncLead so that I can match up the new account with the appropriate tracking cookie.  However the cookie seems to have colons within it, so tomcat is not reading the cookie (This appears to be an invalid cookie state).  Has anyone else ran into this issue, or are there any work arounds?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Having Issues reading _mkto_trk cookie on tomcat server

There are colons in it, although it reads fine in PHP and Javascript. I've never heard of this being an issue for Java to read it. Any general articles on the web around reading cookies with colons?
Anonymous
Not applicable

Re: Having Issues reading _mkto_trk cookie on tomcat server

I figured a way around this.  I just read the Cookie header straight in from the request and parsed it myself.  When I used the Java Cookie utitlites it would not allow the colons.