Re: Cookie session handling?

2007-10-07 Thread Jonas Pfenniger
2007/10/5, why the lucky stiff [EMAIL PROTECTED]: On Fri, Oct 05, 2007 at 06:08:12PM +0200, Jonas Pfenniger wrote: I like the idea pretty much. What do you think of simply using a Camping::H that is process-persistent ? Sure, and maybe it doesn't really need to be process-persistent. How

Re: Session handling busted on Oracle

2007-10-07 Thread Jonas Pfenniger
Weird, the ivars field should have been defined in the generate function. Did you drop the session schema on beforehand ? -- Cheers, zimbatm ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: Cookie session handling?

2007-10-07 Thread Julian 'Julik' Tarkhanov
On 7-okt-2007, at 18:55, Jonas Pfenniger wrote: 2007/10/5, why the lucky stiff [EMAIL PROTECTED]: On Fri, Oct 05, 2007 at 06:08:12PM +0200, Jonas Pfenniger wrote: I like the idea pretty much. What do you think of simply using a Camping::H that is process-persistent ? Sure, and maybe it

Re: Cookie session handling?

2007-10-07 Thread Evan Weaver
Personally I'm all for different session drivers - some kind of agreement what a session should and sould not do perhaps? Then you can plug session/cookies, session/files or session/db at your heart's content. The thing of note is that I think it should be configurable per app (because some