WOCookie after browser restart?

2018-09-17 Thread Jesse Tayler
Hi All I’ve tried fussing around with various arguments but for whatever reason my WOCookie always dies when the browser restarts? WOCookie cookie = new WOCookie(“USER_ID", userIdentifierCode, "/", null, -1, true); cookie.setExpires(null); I’ve tried various expires and timeou

Re: WOCookie after browser restart?

2018-09-17 Thread Jesse Tayler
I think I’ve tried everything I could think of — Do you have say, a login cookie that lasts after browser restart? Paste in your initializer and I’ll try it — I read something about setting the setExpires specifically to nil and tried it any number of ways. > On Sep 17, 2018, at 12:47 PM, T

HTTP Adaptor settings

2018-09-17 Thread Michael Kondratov
Hello! Are there any recommendations to what “send buffer size” and “receive buffer size” values should be set to? Does it make any difference? Sincerely, Michael ___ Do not post admin requests to the list. They will be ignored. Webobjects-de

Re: WOCookie after browser restart?

2018-09-17 Thread Klaus Berkling
> On Sep 17, 2018, at 9:50 AM, Jesse Tayler > wrote: > > I think I’ve tried everything I could think of — > > Do you have say, a login cookie that lasts after browser restart? > This is mine. WOCookie cookie = new WOCookie(userGUIDCookieKey, guid, "/", null, 259200

List of all Properties? Legacy EOModel with exposed keys.....

2018-09-17 Thread Markus Ruggiero
I thought I have seen a list of the properties that Wonder supports but I cannot find it anymore. I have no idea where I saw this list. Could have been here or somewhere in the docs or the Wonder Source. But it is late and I am tired and I have been searching for it invain. Anyone to help me? B

Re: List of all Properties? Legacy EOModel with exposed keys.....

2018-09-17 Thread Aaron Rosenzweig
Hi Markus, I don’t know of any property. Because they are exposed they are treated as attributes. Because they are relationships they are treated as foreign keys. So you really have to set both… I don’t see a way around it. If you don’t there is a race condition for who wins and you’ll never

Re: List of all Properties? Legacy EOModel with exposed keys.....

2018-09-17 Thread Chuck Hill
“the database has exposed primary and foreign keys that are mostly strings and char. The application is a mess” You repeat yourself. :-) Exposed PK values are generally a bad idea, but EOF is OK with them. Exposed FK values cause serious problems with EOF maintaining graph consistency. Fix

Re: List of all Properties? Legacy EOModel with exposed keys.....

2018-09-17 Thread Paul Hoadley
Hi Markus, On 18 Sep 2018, at 06:29, Markus Ruggiero wrote: > I thought I have seen a list of the properties that Wonder supports but I > cannot find it anymore. I have no idea where I saw this list. Could have been > here or somewhere in the docs or the Wonder Source. But it is late and I am