vti / mojox-session

Session management for Mojo
Other
15 stars 10 forks source link

Load/Flush the session #20

Open Corion opened 1 year ago

Corion commented 1 year ago

Hello Вячеслав,

thank you very much for implementing MojoX::Session - this is exactly what I need for Mojolicious session management. Maybe I understand the use of MojoX::Session wrong, but I found that the session stuff does not automatically get loaded/saved with Mojolicious 8.3 - this PR below adds that.

The PR also adds a samesite attribute to the Cookie transport to have a setting for the SameSite attribute.

I hope you're still interested in the module and can tell me if I'm wrong about loading/saving (and the correct way to do this) :) - if what I'm doing is not wrong and you don't want to maintain the module anymore, I'm also willing to do co-maintenance,

Thank you again!

vti commented 1 year ago

Hey @Corion, it's been awhile, hope you're doing great :)

The last commit is 8 years ago hahaha, I have no idea how this code works anymore, I need to check.