Login page and websocket/session question

0
0

Is there any way that certain pages do not use websockets, or somehow redirect to a static page (without session neither websocket) ?. For example when the session expires or the user closes session I redirect to the login page with a new wisej session, but I notice that if client does not close the tab the socket is always active, perhaps there is no need to have the socket live / session on the login page.
Maybe another approach?
Thanks in advance!

  • You must to post comments
0
0

Hi Ser,

You can have a sub-application running without websocket since it can use a different json file, but not a specific page in an app after the websocket is connected. I’ll check about the websocket surviving the session termination, we can (and should) close it.

Best,

Luca

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.