第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Flask 沒有獲取 cookie

Flask 沒有獲取 cookie

侃侃無極 2023-09-12 19:47:17
我正在為我的網(wǎng)站制作后端,它需要燒瓶設(shè)置cookie。當(dāng)我設(shè)置 cookie 時,它工作正常,但是當(dāng)我嘗試獲取它們時,request.cookies.get('name')它返回 None 。我嘗試返回request.cookies,那里只有我的 GA cookie,而不是我設(shè)置的。難道我做錯了什么?這是我的代碼:@app.route("/setcookie", methods=["GET", "POST"])def setcookie():    resp = make_response(render_template("index.html"))    resp.set_cookie("authToken", "testestestestestestes", max_age=1)    return resp@app.route("/getcookie", methods=["GET" ,"POST"])def getcookie():    return request.cookiesindex.html形式:<form action="/setcookie" method="POST">    <button type="submit">Set</button></form><form action="/getcookie" method="POST">    <button type="submit">Get</button></form>我將 GA cookie 與我設(shè)置的 cookie 進行了比較,唯一的區(qū)別是名稱和值,這讓我更加困惑。我也不需要在前端對它們做任何事情,它們只需要由燒瓶讀取。有人可以幫忙嗎?謝謝
查看完整描述

1 回答

?
九州編程

TA貢獻(xiàn)1785條經(jīng)驗 獲得超4個贊

你設(shè)置max_age1第二,你的cookie剛剛過期,嘗試增加max_age



查看完整回答
反對 回復(fù) 2023-09-12
  • 1 回答
  • 0 關(guān)注
  • 131 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號