Topic: Why my session domain to all isnt working?
Hello Guys,
I have a little problem with my login session and Nifty Authentication.
if i set my initializers/session_store.rb to :domain => :all
and i try to login, my subdomain need a new login.
but if i set the :domain => mydomain.domain.com
i dont need to login to access this domain.
i have tryed to :domain => '.domain.com'
and like my :all i need to register on each domain.
by firebug show me 2 different sesion for each sub domain and main domain.
thanks if you have an idea.