Save sessions on file system instead of database table?
why the lucky stiff
why at whytheluckystiff.net
Thu Apr 19 17:14:27 EDT 2007
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
More information about the Camping-list
mailing list