sessionTimeout only on one application

0
0

Hey Luca, et al,

I have my main customer-facing application and the default session timeout is fine for that. But I’ve added a second application in the same project for the dashboard…this one will only ever have one instance, and it should never close, because it monitors and alerts on incoming orders.

I searched and found how to change the session timeout overall, but didn’t see a way to change it selectively like that.

Do I need to implement my own timer and close the customer window myself?

Thanks!

-John

  • You must to post comments
0
0

Hi John,

I´m not sure about your specific application infrastructure, but maybe you could handle the time out event individually in your code ?

See here: https://wisej.com/support/question/session-time-out

Hope that helps.

Best regards
Frank

  • John Nagle
    Hi Frank, Yes, that would be fine, I can do that in the handler then, thanks! -John
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.