1

I have built a mobile app that logs into my grails app. I want to log out of the session on my mobile app.

I know the url I use to log in is:

 http://localhost:8080/<app name>/j_spring_security_check 

but how would i close that session and logout? Any help would be grateful.

1 Answer 1

1

Do a GET for http://localhost:8080/<app name>/j_spring_security_logout

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.