Bug 15553: [QA Follow-up] Replace hardcoded tmp and add instance to dirname
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 13 Jan 2016 10:16:02 +0000 (11:16 +0100)
committerFrédéric Demians <f.demians@tamil.fr>
Thu, 11 Feb 2016 19:05:05 +0000 (20:05 +0100)
commit258cb5aaef8dd94e92784c1a0c5de65bb0fab431
treeaf2e92755516631e107b5e68890d0a2fe9b269af
parent5a0dc0c2a49fcb960548fe90f0e97b6a8c12a1ff
Bug 15553: [QA Follow-up] Replace hardcoded tmp and add instance to dirname

If you use multiple instances on one server, you could have the situation
that instance A creates the cgisess subfolder and instance B could have a
permission problem. This patch resolves that by allowing each instance to
have its own cgisess subfolder.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit c4934b2dab427da4304913b3f0f26e0a24606896)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
(cherry picked from commit d259eaac7ba240cbe9008271d9d123a5758547d8)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Auth.pm