aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expire...
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-04-28 12:09:47 -0400
committerJoey Hess <joey@kitenet.net>2008-04-28 12:09:47 -0400
commit3b16d472c05edf83ebdcce9037365410cd006a71 (patch)
tree5648e7057eb81570fece9e47214dfc11460a1c7d /doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn
parentb6435e9b7dad05bc4b21a670e48b8c0545f1b357 (diff)
downloadikiwiki-3b16d472c05edf83ebdcce9037365410cd006a71.tar
ikiwiki-3b16d472c05edf83ebdcce9037365410cd006a71.tar.gz
web commit by JeremyReed: sid not in form.
Diffstat (limited to 'doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn')
-rw-r--r--doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn b/doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn
new file mode 100644
index 000000000..d16a1768a
--- /dev/null
+++ b/doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn
@@ -0,0 +1,9 @@
+Logged in and edited in textbox. Clicked preview and then clicked Save Page and it errored with:
+
+Error: Your login session has expired.
+
+I also did same without preview and got same error.
+
+I added debugging to print the sid and session->id on the error. The sid was empty. The session->id was a long value (maybe base64).
+
+View source of editing page or preview+edit page shows no "sid" input value. (I do see it when editing here in your ikiwiki site, but not on mine.)