Accessing multiple instances at a time

How can I run multiple local instances hosted in IIS at the same time? I have 2 instances hosted in IIS, so When I login into 1st instance, the system logs me out of the 2nd instance and vice versa. Any suggestion?

Like 0

Like

2 comments

Hello,

 

The problem is probably that the domain name of the websites is the same (for example my_site:88 and my_site:89). It is not possible to contain multiple sessions on the same domain.

 

Best regards,

Max.

In addition to Max's comment (about ensuring both sites have a different port in IIS) you need to make sure you've modified the Redis database number in the connections to both have a different number. For example, if one of the websites have Redis database number of 1, change the other to use a value of 2.

Ryan

Show all comments