Open browser not opening new session

Fine
kindly ensure that these steps were used in uipath
–while activity
with condition like this
counter < 3
where counter is a int32 variable with default value as 0 defined in the variable panel
–then use a OPEN BROWSER activity and mention the URL
–inside the open browser container use type into activity to enter the login credentials and entered inside the page we want
–now use a send hot key activity with key as ctrl+t which will open the specific page we want to navigate
–then use TYPE INTO activity and mention the URL to be typed in the url search bar
—then land on that page and do the process wee need
–then ensure that log out is made at appropriate step with click activity
–then use CLOSE TAB activity
–then use KILL PROCESS activity and mention the processname property as “iexplore” if IE browser is used or mention as “chrome” if chrome browser is used
(all inside the while loop)
–then atlast inside the while loop use a assign activity like this
counter = counter + 1

here we can use while loop or a FOR EACH loop if we have the details in a array or collections format which can be passed as input to the for each activity

hope thiis would helpyou resolve this
Cheers @ani2692