Terry
Posts: 0
Joined: Thu Jun 04, 2015 8:17 pm

How to call logout service form Angularjs + Bootstrap app

Is there any documentation on or an example of how to call logout service from AngularJS + Boostrap app? I have saved the session token with Apperyio.configAdd and can successfully retrieve it. How do I set the X-Appery-Session-Token request header?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to call logout service form Angularjs + Bootstrap app

Hi Terry -

You can:
1) call it with configAdd with another value -- this will rewrite it.
2) call coderemove( name )/code

Return to “Issues”