Category: WebDev/Backend

  • Mojolicious: Disable Session Support

    I’ve been experimenting with different ways of handling sessions with Mojolicious. While the built-in session support does work very well, particularly for Mojo full-stack apps, I wanted to try other mechanics instead, like JWT. Once I got that implemented (which will be its own post soon), I hit a snag: there’s no obvious way in…