summaryrefslogtreecommitdiff
path: root/talerblog/blog/blog.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-24 16:55:40 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-24 16:55:40 +0200
commita29351fd4495ee90f3779c313670fe1abd0cf907 (patch)
tree2b4a3ffdadd0b8127e3dfdb24d1c14a4c24e5ed1 /talerblog/blog/blog.py
parent2c29238b7277831995b625ac201e1be97ec9048c (diff)
downloadblog-a29351fd4495ee90f3779c313670fe1abd0cf907.tar.gz
blog-a29351fd4495ee90f3779c313670fe1abd0cf907.tar.bz2
blog-a29351fd4495ee90f3779c313670fe1abd0cf907.zip
session id
Diffstat (limited to 'talerblog/blog/blog.py')
-rw-r--r--talerblog/blog/blog.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 5eba077..b636aa5 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -287,7 +287,11 @@ def article(article_name, data=None):
summary="Essay: " + article_name.replace("_", " "))
order_resp = backend_post("order", dict(order=order))
order_id = order_resp["order_id"]
- return flask.redirect(flask.url_for("article", article_name=article_name, order_id=order_id))
+ return flask.redirect(
+ flask.url_for("article",
+ article_name=article_name,
+ order_id=order_id,
+ session_id=session_id))
##
# The resource URL uniquely identifies the Web resource that