1
Views
4
Comments
IE keeps logging out user
Question
I have come across a strange issue with Internet Explorer....

When a User logs into the app, and then selects a menu link (which is a simple link to a page with some input variables) the user is always logged out.
Now, this issue only occurs when they are using IE (both version 8 and 9), It works fine on all other browsers.

The next strange part is that it only happens when the user logs into the app from a cloaked web address.
My app is currently hostes with Outsystms PAAS service, and thus I have a cloaked domain that points to that address.
So, when the User is using the cloaked address, and Internet Explorer, they are always logged out.
BUT, if they use the original app address location (htp://myaccount.paas.outsystems.com/Appname) and with Internet Explorer, it works fine.

Has anyone seen this issue before?
2012-10-24 09-55-24
Kadir Karapinar
Use firefox ;)
UserImage.jpg
Robbie Nati
Haha, nice one.

I cannot stand IE, and NEVER EVER USE IT. However you cannot control what browser your customer base use and are comfortible with.
2020-12-18 16-38-57
Carlos Rocha
Do you use anywhere in the code direct links ?
using that https://myaccount...?
because if the domain changes IE will lose the session.

Best regards,
Carlos Rocha
UserImage.jpg
Robbie Nati
Hi Carlos,

No, I only use the built-in "Link To" Agile feature. 

Thanks

Robbie
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.