Forum Discussion
fileorbis
Jan 14, 2021Copper Contributor
No cookies are stored on teams.microsoft.com
I developed an application for Microsoft Teams with .Net Core 3.1. I manage the session with Cookie. Session cookies work smoothly in mobile, tablet and Windows applications but session cookies are ...
ThereseSolimeno
Jan 15, 2021Former Employee
StevenC365
Jan 16, 2021MVP
Teams desktop does preserve cookies, so you must be missing something. You auth will fetch a token, you store this token within a session of your application.
Not sure what else you mean