Hey guys,
I have been beating my head against this issue for sometime and haven’t seen anything similar on the almighty BOB Forum :). I’m hoping someone else has solved this problem and wouldn’t mind sharing…
We are running BOXI3.1 and would like to change the web page that users are redirected to after clicking on the logout button.
So far I can see that the logout button code is specified in headerPlus.jsp below. But if I change that URL to my desired URL, users are not logged off and I suspect Tomcat will not perform garbage collection…
Looking for any advice or direction on the topic.
Thanks,
Copper
=========================
function onBtnLogoffClick()
{
try {
parent.document.location.href = “…/logon/logoff.do”;
}
}
Copper (BOB member since 2005-11-10)