Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Breaking Change] Remove session.commit everywhere and instead do it in server before returning the new response. #2137

Merged
merged 1 commit into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. add session utility for dirty state. Ensure this dirty state is set t…

    …o true whenever session is changed. And set to false whenever session is commited. Then in server code, check if session is dirty, if its dirty, set cookie with sessin.commit.
    
    move commit logic to template instead
    
    update all the examples
    
    bring back location header
    
    add changeset
    michenly committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    722f399 View commit details
    Browse the repository at this point in the history