Hi Nasir, The "Swapping facebooker" output is something in my court, but shouldn''t be responsible for blowing away your sessions. Facebooker can handle multiple facebook apps, and depending on which app is making the request it will change configuration (hence the output). It should be doing that on every request. Flash and sessions dropping within facebook is very common. I''ve pretty much stopped relying on it for essential things, but I think Mike Mangino has had success when using a backend like memcached for sessions. The Rails default is to use the cookie content itself as the cookie store, maybe they''re too big? No idea. Using memcached or a database store would mean a leaner cookie, simpler for facebook to manage. And alternative would be to write a session store that always uses the facebook_id+app_id as the key. It would still be secure (as long as you trust facebook''s app sigs), and would remove facebook''s buggy cookie handling from the equation. This is what I''d really recommend for a reliable facebook session. -- Matthew Beale :: 607 227 0871 Resume & Portfolio @ http://madhatted.com On Fri, 2009-07-31 at 18:45 -0400, Nasir Khan wrote:> The flash and also session hash resets (sometimes) between redirects, > not showing the facebook_messages (or any session data that I put). > When that happens I get the log message "Swapping facebooker > config....." > > Any help in getting around this will be greatly appreciated. > > Thanks > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk