being at root level  http://mydomain.com, I stored a cookie  cookie[:login]
I can see the cookie in my browser   
 site: mydomain.cm  
      login
      _myapp_session


upon  redirection, to   url => http://test.mydomain.com ,
 I would like to access this cookie,   cookie[;login], but as I maintain 
sessions at subdomain level, I have
site: test_domain.com
    _myapp_session
     
how can I access the cookie[:login] ?  

thanks for any clue ...

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/eIuzuzG7fD8J.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to