Does reset_session automatically delete the activerecord-session_store record or do we have to manually do it?
I have been looking at session deletion in my application and I noticed that the active_record_store record deletion isn’t consistent when using ActionController::Base.reset_session
. Below is my logout endpoint