I have written a camping-session container for memcached - I can put it somewhere availible...
I have never tried to compile a rubygem - and dont know if that is the way to put an extension like this? /Dan On 4/19/07, why the lucky stiff <[EMAIL PROTECTED]> wrote: > On Thu, Apr 19, 2007 at 08:58:09PM +0200, Thomas Weibel wrote: > > Is there a way to save session data on the file system (like in Rails) > > instead of a database table? > > Well, you could probably use CGI::Session (which comes with Ruby) > and try to tie together that and Camping::Session. > > Or you could write your own. I'd really like Camping::Session to > start using shared memory, something like memcached. > > _why > _______________________________________________ > Camping-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/camping-list > _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

