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)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sun, 21 May 2017 21:42:01 +0000 (23:42 +0200)
commit5d745a88f0450320493b7e33371b53799d87f677
tree17daaedfe0c078aba3c8ad0a0b79b40305e26ce8
parent3166154e876b871ed97c1eaf1f02c0c26fc65c26
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>
C4/InstallAuth.pm