Hi there
Please help - I'm using SmartClient Power Edition version 9.0. I also subscribed to support.
I'm struggling to get relogin working.
I have a NON SmartClient HTML login page - login.jsp.
I also have a filter that will redirect the user to the login page when the session timedout.
I did include the loginRequiredMarker.html text in my login.jsp page.
So, when the session has timed out within my SmartClient app, the user does NOT gets redirected to the login.jsp, but instead a NEW window is opened for login.jsp.
All I want is to redirect the existing browser session to the login.jsp. I'm OK if the transaction is lost. Let me just get this basic one in place.
According to your help I get a clue to do this:
http://www.smartclient.com/docs/9.0/a/b/c/go.html#group..relogin
But, where do I put this code:
window.location.replace(LOGIN_PAGE);
Please help. I really tried to see if there's been other discussions about this.
Please help - I'm using SmartClient Power Edition version 9.0. I also subscribed to support.
I'm struggling to get relogin working.
I have a NON SmartClient HTML login page - login.jsp.
I also have a filter that will redirect the user to the login page when the session timedout.
I did include the loginRequiredMarker.html text in my login.jsp page.
So, when the session has timed out within my SmartClient app, the user does NOT gets redirected to the login.jsp, but instead a NEW window is opened for login.jsp.
All I want is to redirect the existing browser session to the login.jsp. I'm OK if the transaction is lost. Let me just get this basic one in place.
According to your help I get a clue to do this:
http://www.smartclient.com/docs/9.0/a/b/c/go.html#group..relogin
But, where do I put this code:
window.location.replace(LOGIN_PAGE);
Please help. I really tried to see if there's been other discussions about this.
Comment