Hi That’s actually normal for a 4D Web Server. You’re not guaranteed to get a new process for each request. Web processes can be reused.
I think there is a structure setting to control it when using 4D Remote as a web server, though I forget what it’s called. There is also a setting for 4D Web server to specify the minimum number of processes to keep around for web requests. Either way, you can’t 100% rely on process variables, selections, sets etc to be clean at the start of a web process. Hope that helps Best regards Keith White Synergist Express Ltd, UK 4697775<tel:4697775> ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

