cgi_hyperestraier();
}
- CGI::Session->name("ikiwiki_session_$config{wikiname}");
+ CGI::Session->name("ikiwiki_session_".encode_utf8($config{wikiname}));
my $oldmask=umask(077);
my $session = CGI::Session->new("driver:DB_File", $q,
* If an inlined page has a permalink, link the page title to that.
* Patch from Recai to use utf8 when reading the setup file, so that
utf8 wikinames from there will be used properly.
+ * Patch from Recai to kill utf-8 on the wiki name when generating the
+ session cookie.
-- Joey Hess <joeyh@debian.org> Sun, 10 Sep 2006 14:06:01 -0400