Re: Camping and sessions proposal.

2007-10-09 Thread Julian 'Julik' Tarkhanov
h many applications on one server? which application decides which session driver is going to be used? If you ask me, I'd say sessions should stay with the DB (also considering that people are using them and there are session records in the wild). Give AR that ID and let it shut up :-) -- Julian

Re: Session handling busted on Oracle

2007-10-09 Thread Julian 'Julik' Tarkhanov
On Oct 9, 2007, at 7:57 PM, Berger, Daniel wrote: So far, so good I know it's a minority concern, but maybe it is a good idea to make that ID field present and use it accordingly. -- Julian 'Julik' Tarkhanov please send all personal mail to [

Re: Cookie session handling?

2007-10-07 Thread Julian 'Julik' Tarkhanov
tent. The thing of note is that I think it should be configurable per app (because some apps have different session size requirements, and some apps would not want to reveal the session content in a cookie). -- Julian 'Julik' Tarkhanov please send all personal mail to me at julik.nl __

Re: Session handling busted on Oracle

2007-10-05 Thread Julian 'Julik' Tarkhanov
p my Set-Cookie workaround for a while, at least until Camping 1.6 hits the streets -- Julian 'Julik' Tarkhanov please send all personal mail to me at julik.nl ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: putting away HashWithIndifferentAccess

2007-09-26 Thread Julian 'Julik' Tarkhanov
On Sep 26, 2007, at 12:35 AM, Julian 'Julik' Tarkhanov wrote: class H < (HashWithIndifferentAccess rescue Hash) To be clear, I'm really for the hash also because I use the "obj = @items.delete" paradigm to signify "take this item out because we'll wo

Re: putting away HashWithIndifferentAccess

2007-09-26 Thread Julian &#x27;Julik' Tarkhanov
1.8.5 but works on 1.8.6 p110. Don't have time to build 1.8.5. again and check, unfortunately. But as people say that symbol table is not even GCed I would avoid converting people's input into symbols anyway. -- Julian 'Julik' Tarkhanov please send al

Re: Session cookies not passed on first redirect

2007-09-26 Thread Julian &#x27;Julik' Tarkhanov
ry on then :-) -1 for my netaness and I set out on the test corpus this weekend this kind of stuff is something we _really_ should have known before -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED] ___ Camping-li

Re: Session cookies not passed on first redirect

2007-09-26 Thread Julian &#x27;Julik' Tarkhanov
hideuous injection is in our spirit yess :-) -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED] ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: putting away HashWithIndifferentAccess

2007-09-25 Thread Julian &#x27;Julik' Tarkhanov
On Sep 26, 2007, at 2:05 AM, MenTaLguY wrote: behind the scenes, every uniquely named method introduces a symbol. yep. but then it's _you_ who calls that accessor, not some John Doe who sends you a POST :-) -- Julian 'Julik' Tarkhanov please send all personal mail to [

Re: Session cookies not passed on first redirect

2007-09-25 Thread Julian &#x27;Julik' Tarkhanov
Well' I know this might sound very weird (it is!) - but it was theactiverecordeverybodyhates. I mean sometimes you shoudn't be greedy and just give them that ID.If I do the following -                create_table :sessions, :force => true, :id => false do |t|+                create_table :sessions,

Re: putting away HashWithIndifferentAccess

2007-09-25 Thread Julian &#x27;Julik' Tarkhanov
_syms you can do before the table is full? -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED] ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: putting away HashWithIndifferentAccess

2007-09-25 Thread Julian &#x27;Julik' Tarkhanov
icody goodness we've put in there. -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED] ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: putting away HashWithIndifferentAccess

2007-09-25 Thread Julian &#x27;Julik' Tarkhanov
On Sep 26, 2007, at 12:26 AM, why the lucky stiff wrote: class H < OpenStruct How about class H < (HashWithIndifferentAccess rescue Hash) for the lesser among us (who always include and require)? -- Julian 'Julik' Tarkhanov please send all personal mail to

Re: Session cookies not passed on first redirect

2007-09-25 Thread Julian &#x27;Julik' Tarkhanov
On Sep 25, 2007, at 11:57 PM, Julian 'Julik' Tarkhanov wrote: Thx. Checked that. No the issue isn't fixed. I suspect something is wrong with the cookie code, not with the session code (setting the cookie manually works after all). Ok, with the trunk Camping it gets even more

Re: Session cookies not passed on first redirect

2007-09-25 Thread Julian &#x27;Julik' Tarkhanov
On Sep 25, 2007, at 11:20 PM, Jonas Pfenniger wrote: 2007/9/25, Julian 'Julik' Tarkhanov <[EMAIL PROTECTED]>: Cannot find the SVN URL on the site - only the trac is showing. `svn co http://code.whytheluckystiff.net/svn/camping/trunk` Thx. Checked that. No the issue isn&#x

Re: Session cookies not passed on first redirect

2007-09-25 Thread Julian &#x27;Julik' Tarkhanov
ng_sid=%s; path=/' % @cookies.camping_sid redirect R(Pasaporte::Controllers::Signon, @nickname) return self <<< this is the comeback end -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED] ___

Re: Session cookies not passed on first redirect

2007-09-25 Thread Julian &#x27;Julik' Tarkhanov
bit :-) -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED] ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Session cookies not passed on first redirect

2007-09-25 Thread Julian &#x27;Julik' Tarkhanov
the workaround that mod_perl and mod_python use (as in "error headers" versus "normal headers")? -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED] ___ Camping-list mailing list Camping-list@r