Giter VIP home page Giter VIP logo

Comments (4)

stveit avatar stveit commented on June 1, 2024

An actual difference between calling save early and not: flush sets the session ID to None. calling save will generate a session ID. So removing the current extra save calls will make it so the session does not have a session ID until it reaches the SessionMiddleware's process_response function where save should be called

from nav.

stveit avatar stveit commented on June 1, 2024

And it seems, depending on what subclass of SessionBase that is being used. save calls cycle_key, meaning it will get a new session ID every time save is called.

The one we use, SessionStore, only generates a new key on save if it doesnt already have one. So extra save calls should be safe in our instance

from nav.

stveit avatar stveit commented on June 1, 2024

branch: save-in-middleware in my fork is a WIP attempt at this

from nav.

stveit avatar stveit commented on June 1, 2024

big problem i had: get session middleware to run properly during testing

from nav.

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.