Redirect URL when user log-off

Get help with troubleshooting issues
Post Reply
Alpin
Posts: 36
Joined: Mon Nov 14, 2016 3:29 pm

Redirect URL when user log-off

Post by Alpin » Thu May 11, 2017 1:25 pm

Hello,

With TSPlus in HTML5 Mode,
can we redirect users to a defined URL when user log-off instead of redirect to the TSPlus login page ?

Thank you in advance,

Best regards,

juwagn
Site Admin
Posts: 239
Joined: Wed Oct 15, 2014 8:25 pm

Re: Redirect URL when user log-off

Post by juwagn » Thu May 11, 2017 3:15 pm

Hello,

www\software\html5\settings.js >
W.goToLinkOnClose = ""; //if you wish to forward to specified link on close, as example "../index.html"

If you want to foward to specific html file in root directory then use relative path "../index.html" or any http/https address like "http://your-domain.com"
TSplus HTML5 and Java web engineer

Post Reply