Django

Code

Show
Ignore:
Timestamp:
06/11/08 22:36:48 (7 months ago)
Author:
adrian
Message:

Various documentation edits from the past few changesets

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/sessions.txt

    r7586 r7619  
    140140 
    141141            * If ``value`` is a ``datetime`` or ``timedelta`` object, the 
    142               session will expire at that specific time. 
    143        
    144             * If ``value`` is ``0`` then the user's session cookie will expire 
    145               when their browser is closed. 
     142              session will expire at that specific date/time. 
     143 
     144            * If ``value`` is ``0``, the user's session cookie will expire 
     145              when the user's Web browser is closed. 
    146146 
    147147            * If ``value`` is ``None``, the session reverts to using the global 
     
    169169 
    170170      Returns either ``True`` or ``False``, depending on whether the user's 
    171       session cookie will expire when their browser is closed. 
     171      session cookie will expire when the user's Web browser is closed. 
    172172 
    173173You can edit ``request.session`` at any point in your view. You can edit it