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)
committerMason James <mtj@kohaaloha.com>
Wed, 24 May 2017 03:44:13 +0000 (15:44 +1200)
commitdbc3a2d740125ad947b596ce42d7814748ee0410
treedef6ebab0ac7c2baeb2283544f4df3175a6b4b5b
parent4b42a0ecbfba8a5f4edd44015d3d4b4b22130bbc
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: Mason James <mtj@kohaaloha.com>
C4/InstallAuth.pm