Dainius

Joined

50 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in User logoff/clear session

Hello, folks,
rails developer with week experience here :) I tried to make user sign up/log on/log off functionality from scratch, but after clicking on logoff link the session remains active because of browser cookies. My log off realization is in this gitlab snippet: https://gitlab.com/snippets/1987967
Did I missed something? Thanks a lot.