orangehill/bootstrap-session-timeout

Is there a way to call a web service before redirecting to logout page?

ziadhaddad-REISYS opened this issue · 1 comments

Thanks for this plugin!
I am not sure if I am missing something but I couldn't find a way to call a web service before redirecting to logout.html

You can place a call to a server call which does the necessary calls for you. For instance, in redirUrl you can call something like /Controller/SomeAction

And in "SomeAction" you can call the webservice and do whatever you would like done when the redir happens.