session

  1. Matt S.

    Android Question Session remains open. How can be closed?

    I use a server-side PHP file to connect to MySQL Database. the code is like this: Sub Class_Globals Pivate Root As B4XView Private xui As XUI Private webClient As OkHttpClient Private webStream As OutputStream Private lastResponse As OkHttpResponse ... End Sub...
  2. 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?
  3. 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...
  4. 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