How does Rails know when to delete a record from a session table?
For example, if a user visits a website, a session record is created, but when the user closes the browser window, the server does not receive notifications, and how does Rails delete entries from the session table?
Zabba source
share