I am trying to theorize how sessions would be handled in the case of multiple 4D Client computers serving web pages with a round-robin load balancer.
I know that by default A4D stores sessions in memory, but in the case of multiple 4D Client web servers I would think the sessions would have to be stored in the database so that any client would have access to the session info. Now that just opens up a huge can of worms in my mind because which 4D Client's housekeeper process would manage the session timeouts etc. Perhaps the best way to handle this would be to have 4D server house all of the session data in memory and the client computers uses Get Process Variable/Set Process Variable on the server. I don't necessarily need multiple web servers yet, but I want to know that I have it worked out and could move quickly in case a site I'm working takes off. Thanks Justin _______________________________________________ Active4D-dev mailing list [email protected] http://list.aparajitaworld.com/listinfo/active4d-dev Archives: http://active4d-nabble.aparajitaworld.com/
