*Store implements delete_session as a public method

This commit is contained in:
Akira Matsuda 2020-09-16 12:04:09 +09:00
parent badcaf6763
commit d41939a678

@ -79,7 +79,7 @@ def options
def destroy
clear
options = self.options || {}
@by.send(:delete_session, @req, options.id(@req), options)
@by.delete_session(@req, options.id(@req), options)
# Load the new sid to be written with the response.
@loaded = false