X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FEventListener%2FUserLocaleListener.php;h=82d1a63a53a39623744e2339a5cb344d79c9e13e;hb=2aac2f278f1ca63f2097f80ddbdb924dea9ec59e;hp=97bfabc825e45b4952867a288aca41747d6db070;hpb=c89d35e851d26b78f89bd7ece5e3eaa109c8cac0;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/EventListener/UserLocaleListener.php b/src/Wallabag/CoreBundle/EventListener/UserLocaleListener.php index 97bfabc8..82d1a63a 100644 --- a/src/Wallabag/CoreBundle/EventListener/UserLocaleListener.php +++ b/src/Wallabag/CoreBundle/EventListener/UserLocaleListener.php @@ -8,6 +8,8 @@ use Symfony\Component\Security\Http\Event\InteractiveLoginEvent; /** * Stores the locale of the user in the session after the * login. This can be used by the LocaleListener afterwards. + * + * @see http://symfony.com/doc/master/cookbook/session/locale_sticky_session.html */ class UserLocaleListener {