Changeset 7354 for django/branches/gis/django/conf/global_settings.py
- Timestamp:
- 03/23/08 12:18:58 (8 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/django/conf/global_settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7278 to /django/trunk:1-7353
django/branches/gis/django/conf/global_settings.py
r7279 r7354 288 288 SESSION_EXPIRE_AT_BROWSER_CLOSE = False # Whether sessions expire when a user closes his browser. 289 289 SESSION_ENGINE = 'django.contrib.sessions.backends.db' # The module to store session data 290 SESSION_FILE_PATH = '/tmp/' # Directory to store session files if using the file session module290 SESSION_FILE_PATH = None # Directory to store session files if using the file session module. If set to None the backend will use a sensible default. 291 291 292 292 #########
