Excellent and thanks for your answer,  i didn't know where to search in the 
code

On Saturday, August 8, 2020 at 3:14:36 AM UTC-5 Jose C wrote:

> 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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/27fc46e5-41ad-43cd-848e-5f020988e9een%40googlegroups.com.

Reply via email to