Thank you, that's what I am looking for.
I don't know if you read the earlier post (the first one I posted here) in this forum. Maybe you can provide your insight.
How does the loginticket.get and loginticket.delete work? Still confused. Do they work together? or seperately? Seems like they work together because for delete to work, it has to use a 'get' method… not sure however
I'm trying to test out it but doesn't give me the results I'm looking for.
For example, referring to the java code, one of the first checks is to see if someone entered a ticket, so it should return a bad request, "Ticket Not Specified". However when testing, it returns a 404, Ticket not found, when you do not provide one.
I might be getting confused, since hitting the webscripts through URL, you're already logged in alfresco as an user. Are there more than one session? Please help clarify.
For example, I'm logged as admin in alfresco and using the login web script, I have a ticket from passing u=admin, pw=admin.
But when I try to delete that ticket, it returns the same ticket in xml format response.
Then I try to delete a ticket which was provided from passing through a different user and password (from login web script) than 'admin'. The result is that I get a 404, ticket not found. And if delete is successful, shouldn't there be a status message stating "Deleted Ticket" + provided Ticket" ??? I have not ever seen this message yet in my testing.