Ola
Just started exploring the 2 demo examples in the WebServer overview thread and noted this..
I remember, ABM was also using this. For BANanoServer, do we have to take care of this too or its sorted?
Thanks
#QuestionsFromBANanoServerDummies
Just started exploring the 2 demo examples in the WebServer overview thread and noted this..
B4X:
'add a filter that will create the session before the websocket upgrade request.
'this is required for Safari to work properly with WebSocket sessions.
srvr.AddFilter("/b4j_ws.js", "SessionCreator", False)
I remember, ABM was also using this. For BANanoServer, do we have to take care of this too or its sorted?
Thanks
#QuestionsFromBANanoServerDummies