What version of web2py are you using?  At least from 2.18.5+ it 
specifically defaults to samesite Lax (and you would have to call 
session.samesite(False) to override the Lax setting).  

You could try put session.samesite('Lax') somewhere in your model and see 
if that resolves the issue.

You can try putting session.secure() in a model (if your site uses https).

You can also have a peek inside gluons/globals.py, specifically the Session 
class definition, to see what your web2py is doing with the samesite 
setting by default.


HTH,

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/d7208f93-63c5-45d4-af11-11764d9b35d6o%40googlegroups.com.

Reply via email to