You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For subclassing Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage it would be very helpful if the emulateSameSite variable would become protected instead of private.
In my current use case I need to override the regenerate method (at least temporarily, for solving #28577) and to avoid breaking behaviour I need to duplicate the whole variable including everything which reads or writes into it.
The text was updated successfully, but these errors were encountered:
Guite
changed the title
Change visibility of emulateSameSite
[HttpFoundation] Change visibility of emulateSameSite
Jan 24, 2020
For subclassing
Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
it would be very helpful if theemulateSameSite
variable would becomeprotected
instead ofprivate
.See https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php#L55
In my current use case I need to override the
regenerate
method (at least temporarily, for solving #28577) and to avoid breaking behaviour I need to duplicate the whole variable including everything which reads or writes into it.The text was updated successfully, but these errors were encountered: