views:

71

answers:

1

Now, I'm a user of ruby-on-rails 2.3.5. I want to override the method of "session_store" in ActionController::SessionManagement::ClassMethods. In my overrides, I need the "request" object which has a lot of useful information such as host name, domain name, etc... Do you have any idea to get the "request" object in that method. My rails version is 2.3.5. Thank you in advance.

A: 

Hi, did you find the answer?

I'd like to access the request object in application_controller.

Julien

Julien P.