web commit by JeremyReed: sid not in form.

master
Joey Hess 2008-04-28 12:09:47 -04:00
parent b6435e9b7d
commit 3b16d472c0
1 changed files with 9 additions and 0 deletions

View File

@ -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.)