delete()
Close and delete the session’s PStore file.
# File lib/cgi/session/pstore.rb, line 93 def delete path = @p.path File::unlink path end