Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Silently destroy session
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 13, 2016
1 parent 7418f5f commit c113af9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -218,7 +218,7 @@ public function switchAction(\Psr\Http\Message\ServerRequestInterface &$requestI

AuthService::disconnect();
$loggingResult = 2;
session_destroy();
@session_destroy();
$x = new \Pydio\Core\Http\Response\SerializableResponseStream();
$x->addChunk(new \Pydio\Core\Http\Message\LoggingResult($loggingResult));
$responseInterface = $responseInterface->withBody($x);
Expand Down

0 comments on commit c113af9

Please sign in to comment.