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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

