最佳答案
session[:message] = nil
Is this is the best way to destroy a session variable.
Note: I don't want to clear all the session variables like reset_session
does.