]> git.koha-community.org Git - koha.git/commit
Bug 18578: Use subdirectory in /tmp for session storage during installation
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 11 May 2017 07:10:50 +0000 (09:10 +0200)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 22 May 2017 14:28:03 +0000 (16:28 +0200)
commit57e162b8011545744951c803879e7c923da61754
tree6101f352025c7a3aefc1c9a53147e7b0f8a7cc4e
parent4806444c4fac3c853dcf650864c932fd324cf674
Bug 18578: Use subdirectory in /tmp for session storage during installation

Apply the change from bug 15553 to InstallAuth.pm too.

Test plan:
[1] Remove all cgisess_* files from your /tmp directory.
[2] Remove directory /tmp/cgisess_koha_[your instance], if there.
[3] Run the webinstaller
    /cgi-bin/koha/installer/install.pl?step=1&op=updatestructure
[4] Check if you have cgisess_ files in /tmp/cgisess_koha_[your instance].

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit c9de665c294f0e4416a9f1ea751e2859eb065a9c)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
(cherry picked from commit 5d745a88f0450320493b7e33371b53799d87f677)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/InstallAuth.pm