I'm trying to set two cookies, and only the second one is taking. When I
look at the cookie file on the client only the "contactinfo" is there.
Code snip:
CookieParser cp = data.getCookies();
int iCookieLife = TurbineResources.getInt("cookie.lifetime", 1555200000);
Log.debug("Setting InterConnect: " + delmeter );
cp.set( "interconnect", delmeter, iCookieLife );
Log.debug("Setting contactinfo: " + cont_info );
cp.set( "contactinfo", cont_info, iCookieLife );
data = cp.getRunData();
Any help would be appreciated!
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>