Home > Contents > Index >
ics:catalogmanager.logout
Logs out a user from within an application using
ics:catalogmanager
.Syntax
<ics:catalogmanager>
<ics:argument name="ftcmd" value="logout"/> [<ics:argument name="killsession" value="true|false"/>]</ics:catalogmanager>Parameters
ftcmd
(required)- Value must be set to
logout
.
killsession
(optional)- If the value is set to
true
, it destroys the session maintained on the server. Do this only at the end of processing a given HTTP request since you can not recover or re-create a session until the next HTTP connect issued by the client. This is useful for web users after they finish their session.
Error Numbers
The possible values of
errno
include:
Value Description -105 Database error.See Also
The following
ics:catalogmanager
command:
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.