Rails 子域和自定义端口
我必须通过 cPanel 在客户端的共享主机上运行 Rails。
该应用程序在子域和非标准端口上运行。
我正在使用 Authlogic,因此在第一次访问时它检测到我没有登录,并且我得到一个页面:
您正在重定向。
点击我会得到登录表单,然后将我带到目标页面,并带有相同的重定向消息。因此模型会检测到登录,但不会创建 cookie 或会话。
我尝试了以下方法但没有成功:
config.action_controller.session = {:domain =>; '.bbbb.com'}
我也尝试过使用活动记录会话,结果相同。
请帮忙:)
谢谢
I have to run rails on a shared host for a client via cPanel.
The application is running on a subdomain and non standard port.
I am using Authlogic, so on the first visit it detects I am not logged in and I get a page with:
You are being redirected.
Clicking on that I get the login form, which then takes me to the target page, with the same redirect message. So the model detects the login, but no cookie or session is ever created.
I have tried the following with no success:
config.action_controller.session = {:domain => '.bbbb.com'}
I've also tried using an active record session with same result.
Please help :)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在使用或看过 SubDomainFu 吗?
http://github.com/mbleigh/subdomain-fu
Are you using, or have you looked at SubDomainFu?
http://github.com/mbleigh/subdomain-fu