Update Pydio session path

tags/0.3.0_0.fc26_el6 0.3.0_0.fc26_el6
Daniel Berteaud 8 years ago
parent d86b691fe1
commit 90663b9a0d
  1. 2
      root/etc/e-smith/events/actions/pydio-user-rights

@ -32,7 +32,7 @@ my $a = esmith::AccountsDB->open_ro;
my $domain = $c->get('DomainName')->value; my $domain = $c->get('DomainName')->value;
# Remove active sessions # Remove active sessions
unlink(</var/lib/pydio/tmp/sess_*>); unlink(</var/lib/php/pydio/session/sess_*>);
# Remove plugin cache # Remove plugin cache
unlink(</var/cache/pydio/plugin*.ser>); unlink(</var/cache/pydio/plugin*.ser>);

Loading…
Cancel
Save