Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1230,7 +1230,7 @@ async def register(
|
|
1230 |
response.set_cookie(
|
1231 |
key="session_id",
|
1232 |
value=new_session_id,
|
1233 |
-
max_age=86400, # 24
|
1234 |
httponly=True,
|
1235 |
samesite="lax"
|
1236 |
)
|
|
|
1230 |
response.set_cookie(
|
1231 |
key="session_id",
|
1232 |
value=new_session_id,
|
1233 |
+
max_age=86400, # 24 hoursgj
|
1234 |
httponly=True,
|
1235 |
samesite="lax"
|
1236 |
)
|