Put_session not working as expected

You are setting the session as "building_id" (string) but reading it as :building_id (atom).

EDIT: @dimitarvp beat me in time :stuck_out_tongue: