[Rails] Forcing a reload for all user sessions

2012-11-19 Thread David M
I'm storing some user info in session (like the name, using cookies), in Ruby on Rails 3.2 - Let's suppose the user opens the site in two different browsers, and logs in. - He changes his name in one browser, and switches to the other browser and refreshes the page. - The

Re: [Rails] Forcing a reload for all user sessions

2012-11-19 Thread Jordon Bedwell
On Mon, Nov 19, 2012 at 4:53 AM, David M idav...@gmail.com wrote: I'm storing some user info in session (like the name, using cookies), in Ruby on Rails 3.2 Let's suppose the user opens the site in two different browsers, and logs He changes his name in one browser, and switches to the other