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 deleted at https://teams.microsoft.com. So I can't login
how can i solve this problem?
- ThereseSolimeno
Microsoft
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