lib/rack/saml/response_handler.rb in rack-saml-0.0.5 vs lib/rack/saml/response_handler.rb in rack-saml-0.0.6

- old
+ new

@@ -23,11 +23,11 @@ session.env[env_name] = attribute end end if !@response.config['shib_app_id'].nil? session.env['Shib-Application-ID'] = @response.config['shib_app_id'] - session.env['Shib-Session-ID'] = session.get_sid('saml_res') end + session.env['Shib-Session-ID'] = session.get_sid('saml_res') end session.env.each do |k, v| env[k] = v end end