Why does the ARC's session time out when two different URLs are accessed simultaneously?
When two different ARC Instances residing in the same server are accessed, some specific server settings might conflict resulting in the application session timing out. Hence, it is recommended that one of the Instance is accessed using the IP address. E.g. http://10.0.1.23:8080/ARC5.8 and the other instance accessed using localhost E.g. http://localhost:8085/ARC5.8.