I've an application which I am deploying as Facebook application also.
Problem is when I am logged as user1 on my app via Facebook, and try to login from other tab of same browser, session of user2 overrides session of user1.
Is there any possible way to stop session sharing in multiple tabs in rails2? Session storage is CookieStore.
You will need to use two different browsers - one for each session - as per-tab authentication is not supported in any browser I know of.