web commit by JeremyReed: sid not in form.
authorJoey Hess <joey@kitenet.net>
Mon, 28 Apr 2008 16:09:47 +0000 (12:09 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 28 Apr 2008 16:09:47 +0000 (12:09 -0400)
doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn [new file with mode: 0644]

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 (file)
index 0000000..d16a176
--- /dev/null
@@ -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.)