diff --git a/routes/_hkfcD_motm.py b/routes/_hkfcD_motm.py index cec2281..a19f6bb 100644 --- a/routes/_hkfcD_motm.py +++ b/routes/_hkfcD_motm.py @@ -249,7 +249,7 @@ def hkfcD_vote_thanks(): #sql_write(sql) #sql_write(sql2) resp = make_response(render_template('_hkfcDVoteThanks.html')) - resp.set_cookie('sessionID', id_commit) + resp.set_cookie('sessionID', identity) return resp else: return 'Ouch ... something went wrong here'