Session handling busted on Oracle

2007-10-05 Thread Berger, Daniel
Hi, Ruby 1.8.6 (one-click) Camping 1.5 I'd submit this as a bug, but the tracker says I'm forbidden, so here you go. The first problem is that the sql to create the sessions table is broken. This is what it tried to send: CREATE TABLE sessions ( id NUMBER(38) NOT NULL PRIMARY KEY (38), --

Re: Cookie session handling?

2007-10-05 Thread Evan Weaver
Sure, and maybe it doesn't really need to be process-persistent. Wouldn't that limit you to non-load-balanced apps, since you could only have one simultaneous process if you want session consistency? Evan On 10/5/07, why the lucky stiff [EMAIL PROTECTED] wrote: On Fri, Oct 05, 2007 at

Re: Cookie session handling?

2007-10-05 Thread Aria Stewart
On Oct 5, 2007, at 3:54 PM, Evan Weaver wrote: Sure, and maybe it doesn't really need to be process-persistent. Wouldn't that limit you to non-load-balanced apps, since you could only have one simultaneous process if you want session consistency? Evan Can always make it easy and