Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Merb 構成ファイル (config/init.rb) からすべてのサブドメイン (例: *.domain.com) に対してセッション Cookie の動作を設定する方法はありますか?
次のようなものを探しています
Merb::Config.use do |c| c[:session_cookie_domain] = '.domain.com' end