Scotty + session management

Hi all,

Is there any established library to manage user sessions in a scotty app?

Thank you
Massimo

1 Like

There is the scotty-session library, but it is now deprecated in favor of using spock webservers instead of scotty.

Still it ought to point you in the right direction.

Spock’s session stuff still leaks memory, or has it been fixed?

I switched to Twain to avoid the leak, as I don’t need sessions.

@massimobortolato we have a ticket for it! Implement user sessions · Issue #317 · scotty-web/scotty · GitHub Help us build it for great glory?

@ocramz I’d like to, but I’m a Haskell noobie… I may start with some easy-fix at first.

1 Like

All contributions are welcome and appreciated!!

1 Like

I think we can revisit that decision now, scotty is actively maintained and much easier to extend than in the past.

4 Likes