NandanData commited on
Commit
cf75792
·
verified ·
1 Parent(s): ab3b796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 hours
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
  )