Skip to main content

alogout

See logout().

def alogout(
request: HttpRequest
) - > null

See logout().

Parameters

NameTypeDescription
requestHttpRequestThe current asynchronous HTTP request object containing the session and user to be logged out

Returns

TypeDescription
nullNothing is returned; the session is flushed and the request user is updated in-place.