• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FreeStyleWiki


Commit MetaInfo

Revision1a48f1b6951a9cc02b91229568e9f6f69ed6fca1 (tree)
Zeit2017-12-07 18:21:44
Autorkgsoft <kgsoft@user...>
Commiterkgsoft

Log Message

BugTrack-wiki/288 : Farmセッションタイムアウトに関する件。クッキー削除時の有効期限

Ändern Zusammenfassung

Diff

--- a/plugin/admin/Login.pm
+++ b/plugin/admin/Login.pm
@@ -112,7 +112,7 @@ sub logout {
112112
113113 # Cookie¤ÎÇË´þ
114114 my $path = &Util::cookie_path($wiki);
115- my $cookie = CGI::Cookie->new(-name=>'CGISESSID',-value=>'',-expires=>-1,-path=>$path);
115+ my $cookie = CGI::Cookie->new(-name=>'CGISESSID',-value=>'',-expires=>1,-path=>$path);
116116 print "Set-Cookie: ".$cookie->as_string()."\n";
117117
118118 $wiki->redirectURL($wiki->create_url({action=>"LOGIN"}));