You can set the client.inet.connection.persistent parameter, in the default.cfg file, to specify the type of HTTP connection to be used between sessions. If set to 0, INET will use a non-persistent connection, which means that every new session will start a new session with application server.
The default value for this parameter is 1, and it accepts only integer values.