Logout the user at the end of a call to be stateless

This commit is contained in:
Tom Needham 2012-08-01 13:39:05 +00:00
parent 2afe5f9b2b
commit c11c2d0fd4
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ class OC_API {
} else {
self::respond($response);
}
// logout the user to be stateles
OC_User::logout();
}
/**