pluf2

pluf2 Commit Details


Date:2009-07-22 16:27:14 (16 years 4 days ago)
Author:Loic d'Anterroches
Branch:master
Commit:dddca5070e52d50d6b00dca6d0a75d418f908ae6
Parents: 0f156614fe9529cea27704ea7d8f9b9e7704fdc9
Message:Fixed the cookie session settings.

Changes:

File differences

src/Pluf/Session.php
3232
3333
3434
35
35
3636
3737
38
39
40
41
42
3843
3944
4045
    public $set_test_cookie = false;
    public $test_cookie = null;
    function init()
    function _init()
    {
        $this->cookie_name = Pluf::f('session_cookie_id', 'sessionid');
        parent::_init();
    }
    function init()
    {
        $this->_a['table'] = 'sessions';
        $this->_a['model'] = 'Pluf_Session';
        $this->_a['cols'] = array(

Archive Download the corresponding diff file

Branches

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