09-16-2021, 07:34 PM
(09-15-2021, 03:43 AM)Alexandre Machado Wrote: I've run applications in IFRAME before and never had any issues like that. It may happen that your application needs to be configured to keep the session without cookies in this particular scenario (you can also try to set CookieOptions.SameSite = ssoNone and CookieOptions.Secure = True, cause it may work)
Howdy Alexandre,
Thanks for the reply - I already had the CookieOptions set the way you suggested.
I then disabled cookies and it worked but I got an 'Invalid page context' on each page... I then unchecked CheckFormId and all seems to be working.
Thanks,
Shane