lib/global_session/session/v2.rb in global_session-2.0.1 vs lib/global_session/session/v2.rb in global_session-2.0.2

- old
+ new

@@ -47,10 +47,10 @@ # ===Raise # InvalidSession:: if the session contained in the cookie has been invalidated # ExpiredSession:: if the session contained in the cookie has expired # MalformedCookie:: if the cookie was corrupt or malformed # SecurityError:: if signature is invalid or cookie is not signed by a trusted authority - def initialize(directory, cookie=nil, unused=nil) + def initialize(directory, cookie=nil) super(directory) @configuration = directory.configuration @schema_signed = Set.new((@configuration['attributes']['signed'])) @schema_insecure = Set.new((@configuration['attributes']['insecure']))