18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

Sahi opens new browser with same JSESSIONID.

1.Logged into the application(http://www.abc.com) as user1.
2.JSESSIONID for user1 is '201854EDF57E2E71884076342FC0145F.worker1'
3.Opened new browser using following code
_call(window.open(http://www.abc.com, "MyWindowName")); and tried login to application as user2 .
4.JSESSIONID for user2 is same as user1 '201854EDF57E2E71884076342FC0145F.worker1'.

Now due to common JSESSIONID for user1as well as user2, if the page is refreshed both the browser will syned to either one of user. Please provide the solution to
a.Create new JSESSIONID when new browser is opened.
b. Or else provide the solution to open different sahi browsers(Example: if the first browser is IE how to open second sahi browser as firefox or chrome).

Regards
Vinotht

Answers

Sign In or Register to comment.