Eric Snyder on 21 Dec 2007 10:22:42 -0800 |
Cookie based sessions are limited to the amount of data they can store. If you must you can easily change the session store to file based (PStore) or ActiveRecord or another type. On Dec 21, 2007 1:19 PM, Jonathan Van Schoick <jvanschoick@gmail.com> wrote: > Hey Cliff - > > By "won't work so well", do you mean in terms of performance? Or in terms of > breaking? > > I have an app where there's a six-page multi-part form...it's got tons of > little form fields that junk up the session. It needs to get re-factored, > but I'm not sure when I'll get around to it. This might force my hand... > > Thanks, > Jonathan > > On Dec 21, 2007 12:54 PM, Cliff Moon <cliff@moonpolysoft.com> wrote: > > Watch out for the XSS form token validation when upgrading. Shouldn't > > show up if you're using rails form helpers, but otherwise it will bite. > > Also, if you're tossing any huge stuff in the session then the default > > cookie store won't work so well. > > > > > > > > > > Colin A. Bartlett wrote: > > > > > > On Dec 21, 2007, at 11:41 AM, Donald Blejwas wrote: > > > > > >> Is this ready for prime time? Any major known issues or concerns? > > > > > > Definitely ready, no doubt. > > > > > > The only thing I'd watch out for is dependencies on outside plugins. > > > If they're well-maintained, they'll probably work fine. But if updates > > > to them have languished, they might not be Rails 2.0 compatible. > > > Happened to me, although bringing it up to par was quick and easy. > > > > > > Colin > > > > > > > > > Colin A. Bartlett > > > Kinetic Web Solutions > > > http://blog.kineticweb.com > > > > > > > > > > > > _______________________________________________ > > > To unsubscribe or change your settings, visit: > > > http://lists.phillyonrails.org/mailman/listinfo/talk > > > > > > > _______________________________________________ > > To unsubscribe or change your settings, visit: > > http://lists.phillyonrails.org/mailman/listinfo/talk > > > > > _______________________________________________ > To unsubscribe or change your settings, visit: > http://lists.phillyonrails.org/mailman/listinfo/talk > > _______________________________________________ To unsubscribe or change your settings, visit: http://lists.phillyonrails.org/mailman/listinfo/talk
|
|