Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ajax to open form not working with SameSite(ssoNone) and UseCookies
#3
UseCookies = True is the default and preferred way to configure the application. The option to set it to false is for very specific types of applications and should never be used in general.

Please notice that:

(a) UseCookies means exactly that, IW will make use of cookies to handle the session information.

(b) SessionCookies means a different thing. This means that the cookies are not persisted when the browser closes (not the browser tab, but the whole browser window).

These are different concepts.

SameSite = ssoNone in modern browsers requires the SECURE flag also set which means that this only works in HTTPS. This is not an IntraWeb limitation but that's how modern browsers enforce it. I suggest you stick with SameSite = ssoLax
Reply


Messages In This Thread
RE: Ajax to open form not working with SameSite(ssoNone) and UseCookies - by Alexandre Machado - 03-04-2025, 09:23 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)