Forum Discussion
marcuswelby
Sep 21, 2023Copper Contributor
Teams Personal Tab app sending cookies
I have a personal tab app that's a legacy app we want to use in Teams while we create a more "Teams Friendly" version. It's a Java application that uses HTTP Session to store user data. The server se...
- Sep 28, 2023Using samesite=none;secure on the cookies seems to work in Teams/Edge but not in Firefox. I think related to the fact the tab app is in an iframe and any cookies are considered 3rd party since different domain of iframe than parent.
Prasad_Das-MSFT
Microsoft
Sep 22, 2023marcuswelby - Thanks for raising this issue. We will check this internally and will get back to you with updates.