Page 1 of 1

How to call logout service form Angularjs + Bootstrap app

Posted: Thu Jun 04, 2015 8:17 pm
by Terry

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?


How to call logout service form Angularjs + Bootstrap app

Posted: Sat Jun 06, 2015 1:29 pm
by Illya Stepanov

Hi Terry -

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