Support SameSite cookie |
(03-12-2021, 05:56 PM)InsiteFX Wrote: You can do it yourself for the time being. Out of interest, what's the easiest way of doing this? So far I had to extend the built in session library class, copy the class contructor and add the samesite attribute there. I toyed around with ini_set('session.samesite', 1); but it didn't seem to work. |
Messages In This Thread |
Support SameSite cookie - by nicojmb - 03-12-2021, 07:45 AM
RE: Support SameSite cookie - by InsiteFX - 03-12-2021, 05:56 PM
RE: Support SameSite cookie - by nicojmb - 03-17-2021, 09:24 AM
RE: Support SameSite cookie - by kenjis - 03-17-2021, 05:10 PM
RE: Support SameSite cookie - by CINewb - 03-22-2021, 08:57 AM
RE: Support SameSite cookie - by CINewb - 03-27-2021, 07:50 AM
|