I've followed the ascii cast up at http://asciicasts.com/episodes/221-subdomains-in-rails-3

I've set the :domain option to :all in session store:

Rails.application.config.session_store :cookie_store, :key => '_bloggit_session', :domain => :all

Now my users cannot logout.

Any ideas why? I've tried deleting all cookies and then trying again, etc.

I can login, and my session is carried across subdomains, but I can't logout.

I am using rails 3, and authlogic for authentication.

Thanks for any help!

link|improve this question

Show us the relevant code, please? – Benoit Garret Sep 2 '11 at 15:16
It's just this one line in session_store.rb that's causing/not causing problems - >>> Rails.application.config.session_store :cookie_store, :key => '_bloggit_session', :domain => :all << – stringo0 Sep 2 '11 at 15:26
1  
Put it in your question then... – Benoit Garret Sep 2 '11 at 15:26
done, thanks for the heads up! – stringo0 Sep 2 '11 at 15:33
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.