Git Product home page Git Product logo

Comments (3)

omarryhan avatar omarryhan commented on June 15, 2024

That's probably because you're using the inmemory interface. Each worker will have it's own set of sessions. Ideally, all workers should share the same set of sessions. Try using any of the other storage interfaces instead instead. E.g. Redis

from sanic-session.

xen avatar xen commented on June 15, 2024

Thank you, Omar @omarryhan. That is true.

Session mechanic have few connected parts. You give user special very random number. That is hard or impossible to predict. And on the server side it used as key for user storage with all his/her session data. You need place where you store that data. You definitely can store inside the current process memory, but that means that other processes doesn't have any access to that data. That is why we warn everywhere with comment suitable for testing and development environments.

Best practice use Redis. It is suitable for most cases with default settings. Unless you have more data than free memory on Redis server.

I don't think there is much to add with this ticket. So, I will close it. But if you think that it is important to know to other Chinese-speaking users you can help project by adding some documentation in separated pull request.

from sanic-session.

lycclsltt avatar lycclsltt commented on June 15, 2024

Thanks,I understood it.

from sanic-session.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.