60
Views
4
Comments
Session cookies

I have two applications, A and B. The ultimate goal is to log in to both applications in the same browser. Both have different admin credentials. I am trying to log in to both applications in the same browser. First, I log in to app A, and then I log in to app B with different admin credentials. However, when I return to app A, it shows an 'invalid permission' error. I think the session cookies are being overwritten in the browser. How can I overcome this?

2024-10-12 12-11-20
Kerollos Adel
Champion

Hallo @Ramprasath R  ,

is two application in same host ? 

you can try Use Different Domains or Subdomains

2024-09-12 02-43-38
Deepsagar Dubey

Hello @Ramprasath R 

Yes, Outsystems apps shares the same login session across the apps in same environment, OS has a centeralized users console and login mechanism.


2016-04-22 00-29-45
Nuno Reis
 
MVP

Hello Ramprasath.

What would you say if a user had to login again every time they opened a new tab?

The principle should be one user, one account.

And applications on the same domain are from the same company so by default they have single sign-on. What you can is create a different User Provider, but honestly, I don't remember the last time I saw it anywhere.

https://success.outsystems.com/documentation/11/user_management/end_users_authentication/single_sign_on/

2025-12-03 17-22-41
Lavanya Kamalaguru
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.