We are trying to catch the callback for the session timeout in SmartGWT by using the LoginRequiredCallback interface. The only issue is that when the user session times out we are not getting the callback method loginRequired(...) called.
The documentation is minimal on this functionality besides the basic JavaDoc, is there a more concrete example of this function. I have read the ReLogin and LoginRequiredCallback info but no luck.
Is there another configuration item to make this callback work?
Thanks in Advance.
The documentation is minimal on this functionality besides the basic JavaDoc, is there a more concrete example of this function. I have read the ReLogin and LoginRequiredCallback info but no luck.
Is there another configuration item to make this callback work?
Thanks in Advance.
Comment