Re: Cookie issue
Re: Cookie issue
- Subject: Re: Cookie issue
- From: Gino Pacitti <email@hidden>
- Date: Fri, 12 Oct 2012 01:07:36 +0100
Weird but overriding in Application class seemed to have handled it?
public NSMutableDictionary
handleMalformedCookieString(RuntimeException anException,String
cookieString,NSMutableDictionary aReturnDict){
return aReturnDict;
}
Gino
On 12 Oct 2012, at 01:01, Johnny Miller wrote:
Just a guess but maybe you can try overriding domainForIDCookies in
your session class. And then hopefully it will ignore the cookies
that are being placed on /
On Oct 11, 2012, at 1:42 PM, Gino Pacitti <email@hidden> wrote:
The value which is causing the exception is being sent via a cookie
that a social media Javascript code block is setting to track
pages...
The name of the cookie is not open to be changed but is
named: _atshc
path:
contents: http:/www.mydomain.com/page1.html":2,"http://www.
mydomain.com/page1.html
website: www.mydomain.com
so it seems to be definitely connected to _atshc as when its
deleted there is not exception thrown...
Gino
On 12 Oct 2012, at 00:36, Johnny Miller wrote:
Have you tried changing the name of the cookie?
On Oct 11, 2012, at 1:32 PM, Gino Pacitti <email@hidden> wrote:
Caused by: java.lang.IllegalStateException: CookieParser:
Expected a ";" or a "," instead of ""http:/www.mydomain.com/page1.html
":2,"http://www. mydomain.com/page1.html":1}; custid=3121"
custid is a custom cookie I use but has never caused an issue
Gino
On 12 Oct 2012, at 00:29, Amedeo Mantica wrote:
Error message ? Only trace ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden