2014-09-12 2 views
-1

J'utilise Redis comme pilote de session dans la version stable de Laravel 4.2.Flashdata persistante avec Redis dans Laravel

Depuis ce matin, après avoir obtenu un composer update, les données flash dans les sessions ne sont pas auto-destructrices. Ils sont persistants. Mais si je passe du pilote de session redis au file, ils fonctionnent comme ils le devraient. Ce sont les paquets mis à jour:

composer update 
Loading composer repositories with package information 
Updating dependencies (including require-dev)   
    - Removing symfony/finder (v2.5.3) 
    - Installing symfony/finder (v2.5.4) 
    Downloading: 100%   

    - Removing symfony/translation (v2.5.3) 
    - Installing symfony/translation (v2.5.4) 
    Downloading: 100%   

    - Removing symfony/security-core (v2.5.3) 
    - Installing symfony/security-core (v2.5.4) 
    Downloading: 100%   

    - Removing symfony/routing (v2.5.3) 
    - Installing symfony/routing (v2.5.4) 
    Downloading: 100%   

    - Removing symfony/process (v2.5.3) 
    - Installing symfony/process (v2.5.4) 
    Downloading: 100%   

    - Removing symfony/http-foundation (v2.5.3) 
    - Installing symfony/http-foundation (v2.5.4) 
    Downloading: 100%   

    - Removing symfony/event-dispatcher (v2.5.3) 
    - Installing symfony/event-dispatcher (v2.5.4) 
    Loading from cache 

    - Removing symfony/debug (v2.5.3) 
    - Installing symfony/debug (v2.5.4) 
    Loading from cache 

    - Removing symfony/http-kernel (v2.5.3) 
    - Installing symfony/http-kernel (v2.5.4) 
    Downloading: 100%   

    - Removing symfony/dom-crawler (v2.5.3) 
    - Installing symfony/dom-crawler (v2.5.4) 
    Downloading: 100%   

    - Removing symfony/css-selector (v2.5.3) 
    - Installing symfony/css-selector (v2.5.4) 
    Downloading: 100%   

    - Removing symfony/console (v2.5.3) 
    - Installing symfony/console (v2.5.4) 
    Downloading: 100%   

    - Removing symfony/browser-kit (v2.5.3) 
    - Installing symfony/browser-kit (v2.5.4) 
    Loading from cache 

    - Removing nesbot/carbon (1.11.0) 
    - Installing nesbot/carbon (1.12.0) 
    Downloading: 100%   

    - Removing symfony/filesystem (v2.5.3) 
    - Installing symfony/filesystem (v2.5.4) 
    Downloading: 100%   

    - Removing barryvdh/laravel-debugbar (v1.6.8) 
    - Installing barryvdh/laravel-debugbar (v1.7.5) 
    Downloading: 100%   

    - Removing guzzlehttp/guzzle (4.2.1) 
    - Installing guzzlehttp/guzzle (4.2.2) 
    Downloading: 100%   

    - Removing symfony/class-loader (v2.5.3) 
    - Installing symfony/class-loader (v2.5.4) 
    Downloading: 100%   

    - Removing bkwld/croppa (dev-master 6882599) 
    - Installing bkwld/croppa (dev-master f38d935) 
    Downloading: 100%   

    - Removing way/generators (dev-master 5edee3a) 
    - Installing way/generators (dev-master 27a8d2e) 
    Downloading: 100%   

Writing lock file 
Generating autoload files 
Generating optimized class loader 

Tout fonctionnait bien jusqu'à ce que la dernière mise à jour du compositeur.

Est-ce que quelqu'un d'autre a déjà vécu cela? Si oui, comment puis-je résoudre ce problème?

Remarque: la modification du cache et du pilote de session dans le fichier fonctionne comme prévu, mais j'ai besoin de redis.

Merci à l'avance,

+0

Puis-je demander pourquoi est-ce downvoted? – Arda

Répondre

0

Tout comme une référence, il est fixe après une journée de mise à jour du compositeur après. C'était peut-être un bug de composant symfony.