<-- Back

Multiple Mendix session in different tabs of the same browser

Issue

The business necessitates the capability to open multiple instances of the same application across various browser tabs. However, regardless of the number of tabs opened, the application consistently utilizes the same user session. This means that any actions taken or changes made in one tab will reflect in all other tabs since they are all linked to the same session.

Environment

Applications hosted in any deployment type

Cause

This requirement cannot be fulfilled within the constraints of standard application development.

The application's cookies are shared across all tabs; therefore, it is not possible to establish distinct sessions by opening a new tab in the browser.

Solution/Workaround

The option available is to either switch to a different web browser or utilize the incognito mode available in your current browser. 

While there are certain browser extensions that can fulfill this requirement, it's important to note that these extensions will not be supported by Mendix.

Internal information related

  • 243486
  • C3T260XGA/p1741708779438679
  • app-development/questions/113762

Additional information 

Session Management | Mendix Documentation

Have more questions? Submit a request

0 Comments

Article is closed for comments.

To provide feedback, please open a ticket here. Don't forget to include the article's URL along with the feedback you would like to provide.