cancel
Showing results for 
Search instead for 
Did you mean: 

Logout using web script

tonyc
Champ in-the-making
Champ in-the-making
Hello all,

Im building somewhat of a custom portal consisting of a series of webscripts.  Im having difficulty allowing the user to logout using a webscript.

I've tried using session.logout but that does not seem to work.  Can anyone help me out?
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
DELETE /api/login/ticket/{ticket}

tonyc
Champ in-the-making
Champ in-the-making
Thanks for your reply..

I have tried using a delete ticket in a form to logout. I am getting the following error

Axis HTTP Servlet
Hi, you have reached the AXIS HTTP Servlet. Normally you would be hitting this URL with a SOAP client rather than a browser.

In case you are interested, my AXIS transport name appears to be 'http'

Is there a way of doing this without a form or am I doing this wrong?