Pluf Framework

Pluf Framework Commit Details


Date:2009-01-29 13:09:41 (16 years 3 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:44d8c636e771a779a1c8e8f9ea98877951396ef6
Parents: 0fcf474b9fbc8e85c2f4779bd85b752b918107a5
Message:Fixed to avoid unnecessary updating of the session object.

Changes:

File differences

src/Pluf/Middleware/Session.php
9999
100100
101101
102
102
103103
104104
105105
        } else {
            $request->session = $session;
        }
        if ($set_lang) {
        if ($set_lang and $set_lang != $request->session->getData('pluf_language')) {
            $request->session->setData('pluf_language', $set_lang);
        }
        if (isset($request->COOKIE[$request->session->test_cookie_name])) {

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.09799s using 13 queries.