Hello,
I’ve already got memcached running on desired machine by this command:
memcached -d -m 256 -u nobody -p 11211
My configuration is placed in /config/enviroments/production.rb
http://pastie.org/863178
But still memcache session store uses default configuration which is
described in API Class:
ActionController::Session::MemCacheStore
(http://railsapi.com/doc/rails-v2.3.5/classes/ActionController/Session/
MemCacheStore.html - check source and @default_options, lines 13-16)
Could anyone tell me how to properly pass those configuration for
memcache sessions?
Best,
Martin