vti / mojox-session

Session management for Mojo
Other
15 stars 10 forks source link

Mojolicious::Plugin::Session - bug #19

Open scotticles opened 4 years ago

scotticles commented 4 years ago

Both of the dispatches need to have a return; in them to make it work on latest Mojolicious v8.3, one thing i noticed is flush doesn't remove stale entries from the table so a manual cleanup needs to be done as a routine. I am thinking browsers no longer pass a expired cookie that contains the sid and so the flush cannot clean up.

vti commented 4 years ago

I am not interesting in spending any time developing for this project, but the pull requests are welcome.

scotticles commented 4 years ago

bummer, I am debating if i want to use this or not. If i do, i'll send in a pull request.