Do not destroy session on save to prevent collisions
This commit is contained in:
parent
ef530abbd0
commit
cb6dccfab2
@ -91,7 +91,8 @@ class SessionController extends Controller{
|
|||||||
|
|
||||||
if ($view->file_put_contents($path, $content)){
|
if ($view->file_put_contents($path, $content)){
|
||||||
//Document saved successfully. Cleaning session data
|
//Document saved successfully. Cleaning session data
|
||||||
Db_Session::cleanUp($esId);
|
// temporary workaround for https://github.com/owncloud/documents/issues/63
|
||||||
|
//Db_Session::cleanUp($esId);
|
||||||
$view->touch($path);
|
$view->touch($path);
|
||||||
}
|
}
|
||||||
\OCP\JSON::success();
|
\OCP\JSON::success();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user