新手问题 Faye 怎么访问 Rails 的 session?

timestopper · July 29, 2014 · Last by dddd1919 replied at August 01, 2014 · 1832 hits

faye 怎么访问 rails 的 session? 有人做过没? 我想在 extensions 里取些 session 值。 我的 faye.ru 在./config 下面 谢谢。

  1. Rails Session Store 改成 MemcacheStore 之类的
  2. Faya 和主站放到同一个 Domain 下面,读取 Cookie 的 SessionID
  3. 通过 SessionID 从 Memcached 里面读取主站的 Session

#1 楼 @huacnlee 好吧,只能这样了。

我是留了一个 namespace 给 faye 用

You need to Sign in before reply, if you don't have an account, please Sign up first.