session

  1. toby

    B4J Question [BANano Skeleton] How to delete all session data at once?

    Until BANano.EmptyLocalStorage2, BANano.EmptySessionStorage2 deletes a single piece of data at a time. Any reason for the difference? How, if any, to delete all session data at once?
  2. juventino883

    B4J Question WEB APP Sessions with two servers

    Hi! I have a doubt about WebApp User session, lets say that I have a web app running in two servers and I have a load balancer that distributes the traffic depending on the load, in this scheme could happen that a user makes a request and the load balancer send the user to server 1, but when...
  3. LucaMs

    B4J Question Websocket, session and websocket handler class instance.

    Reading (and badly answering) this thread: https://www.b4x.com/android/forum/threads/question-about-jserver-websocket-handle.95966/ I learned that if a websocket was closed, the related session would not automatically be destroyed. So now I have many doubts. In my project (b4j - jServer), when...
Top