https://guides.rubyonrails.org/security.html#session-fixation Hi, I have tried to invalidate the session using ``` reset_session session.destroy ``` However, it didn't work. It is possible by creating a custom method probably, but can you provide an easier way? Thanks.