web/views/sessions.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 2706 09baf5175196
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """web session component: by dfault the session is actually the db connection
     1 """web session component: by dfault the session is actually the db connection
     2 object :/
     2 object :/
     3 
     3 
     4 :organization: Logilab
     4 :organization: Logilab
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     7 """
     8 """
     8 __docformat__ = "restructuredtext en"
     9 __docformat__ = "restructuredtext en"
     9 
    10 
    10 from cubicweb.web import InvalidSession
    11 from cubicweb.web import InvalidSession
    11 from cubicweb.web.application import AbstractSessionManager
    12 from cubicweb.web.application import AbstractSessionManager