m app/controllers/admin_controller.rb
m spec/controllers/admin_public_body_controller_spec.rb
m spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb
Don't treat CSRF tokens as optional session data for administrators (they're needed to allow them to edit anything! Fixes #95
(Also change wording of test namess to match usual rspec convention)
m lib/whatdotheyknow/strip_empty_sessions.rb
m spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb
include "locale" in list of session data keys that are used to decide if a rails session cookie is redundant for the purposes of this request. Fixes #91