Is there any way to save the Microsoft Teams tab SSO Azure AD access token into I-Frame cookies using MSAL in javascript?

I am using MS Teams SDK for getting Tab-SSO Access Token. Is there any way to store this Access Token in I-Frame Cookies like MSAL cache user Authentication information after a successful sign-in?. If it works then it is possible to load any web application into Teams-App Tab under the same Tenant without separate Authentication, the loading application takes the cached Access Token for Authentication. Is this possible?