ActiveRecord Store of sessions in a separate database (chicken-and-egg problem)

So no one out there has tried saving their sessions data in a separate db?

I’m stuck with a chicken-and-egg problem of trying to get ActiveRecord loaded early enough for the config block to properly identify my Session class when adding the following line in my environment.rb:

config.action_controller.session_store = Session