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

Reply via email to