http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15553

            Bug ID: 15553
           Summary: cgisess_ files polluting the /tmp directory
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Authentication
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

When some users want to improve performance, they get the recommandation to
switch the syspref "sessionstorage" to 'tmp', which store the session info in
the /tmp directory instead of the database.

Depending on the frequency of the cleaning process (or lack thereof), this can
be heavy pollution into the /tmp directory, making it unusable.  "rm cgi*"
would not even work since cgi* extends to over 8000 items...

A simple fix is to modify the target directory in C4/Auth.pm to /tmp/cgisess.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to