sessions icon indicating copy to clipboard operation
sessions copied to clipboard

How to delete an expired session?

Open post707 opened this issue 6 years ago • 1 comments

cookie-based,How to delete an expired session?

post707 avatar Oct 19 '17 07:10 post707

I think this not only apply for cookie based, it should be for any session store. In the examples there is no example about how are removed the expired sessions.

I think it must not be done by you directly, but a background job tracking the life time of all sessions and deleting expired ones.

Currently all stores are part of gorilla project so you could check that project and look for how are sessions deleted, anyway I done a fast search and I couldn't find anything about this.

rvillablanca avatar Dec 12 '17 15:12 rvillablanca