Skip to content

Commit 226c9ab

Browse files
authored
Update session and remember cookie names
1 parent 8a64d73 commit 226c9ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

anyway/flask_app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
"secret": secrets.get("GOOGLE_LOGIN_CLIENT_SECRET"),
114114
},
115115
}
116+
app.config["SESSION_COOKIE_NAME"] = "anyway_session_v2"
117+
app.config["REMEMBER_COOKIE_NAME"] = "anyway_remember_v2"
116118
app.secret_key = secrets.get("APP_SECRET_KEY")
117119
assets = Environment()
118120
assets.init_app(app)

0 commit comments

Comments
 (0)