diff options
author | Joey Hess <joey@kitenet.net> | 2008-04-28 12:47:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-04-28 12:47:29 -0400 |
commit | 74d98c69b1a865aa4b136a01f21ccf23a66a2784 (patch) | |
tree | 4f3e42fb47eb2b7e4ce69c70a9865a4d4a523822 /doc | |
parent | bc9a448c58c49faf84d718eb1bb0c24649afed91 (diff) | |
download | ikiwiki-74d98c69b1a865aa4b136a01f21ccf23a66a2784.tar ikiwiki-74d98c69b1a865aa4b136a01f21ccf23a66a2784.tar.gz |
web commit by JeremyReed: found problem
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn | 2 |
1 files changed, 2 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 index 15d607f24..fb0885e90 100644 --- 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 @@ -9,3 +9,5 @@ I added debugging to print the sid and session->id on the error. The sid was emp 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.) > Further info. In the "prefs" dialog, it does have hidden "sid" defined. Viewing HTML source also shows this is in the fb_hidden class and Generated by CGI::FormBuilder v3.0501. I tried multiple times and never see "sid" in the HTML source of editing a page. --[[JeremyReed]] + +>> Found problem: Needed to update my editpage.tmpl to add TMPL_VAR FIELD-SID. This bug can be closed once that is documented -- and that documentation is obvious to find. |