diff options
author | Joey Hess <joey@kitenet.net> | 2008-04-28 12:32:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-04-28 12:32:54 -0400 |
commit | bc9a448c58c49faf84d718eb1bb0c24649afed91 (patch) | |
tree | b184f25368a93a19a058674919e5580f22acdc45 /doc | |
parent | 3b16d472c05edf83ebdcce9037365410cd006a71 (diff) | |
download | ikiwiki-bc9a448c58c49faf84d718eb1bb0c24649afed91.tar ikiwiki-bc9a448c58c49faf84d718eb1bb0c24649afed91.tar.gz |
web commit by JeremyReed: more info. sid is defined in prefs just not edit
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 d16a1768a..15d607f24 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 @@ -7,3 +7,5 @@ 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.) + +> 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]] |