Multiple sessions?

I want to keep the sessions separate. What's the best way handle that with Rails? I'm guessing that by default, I'm going to be working with the same session in both areas.   

you may want to take a look at this Peak Obsession and this http://www.ruby-doc.org/core/classes/CGI/Session.html#M000553

As you see, you can specify different per action options, and one of the options is the session key (which rails 1.2.0 and above set by deffault at the application controller).

regards,

javier ramirez