View Issue Details

This issue affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
09765Bug reportsDocumentationpublic2015-07-08 12:10
Reporterartasom Assigned ToMazi  
PrioritynormalSeverityminor 
Status closedResolutionno change required 
Product Version2.05+ 
Summary09765: Session lifetime referenced in documentation but missing from 'Global settings'
Description

The URL https://manual.limesurvey.org/Global_settings
refers that in 'General settings' the user can find the 'Session lifetime' configuration, but it is missing.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)150520
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMySQL 5
Server OS (if known)Debian
Webserver software & version (if known)Apache2
PHP Version5.5

Users monitoring this issue

There are no users monitoring this issue.

Activities

Mazi

Mazi

2015-07-08 12:10

updater   ~32653

At older Limesurvey versions (like 2.0) that field was always shown at the "Global Settings". For newer versions the field is only shown if DB sessions are used. See this note at the manual: "This setting is only available when LimeSurvey is configured to store sessions in a database. When using regular, file-based sessions, it is up to the system administrator to define the right values for "session.gc_maxlifetime", "session.save_path", etc. in the PHP configuration."

The setting is not available when using file-based sessions. There are several reasons for this:

  • a local setting can be overwritten by the webserver
  • other applications may use the same setting with lower values which also overwrites such a Limesurvey setting

I have added some more hints to the manual.

Issue History

Date Modified Username Field Change
2015-07-08 11:53 artasom New Issue
2015-07-08 11:53 artasom Status new => assigned
2015-07-08 11:53 artasom Assigned To => Mazi
2015-07-08 12:10 Mazi Note Added: 32653
2015-07-08 12:10 Mazi Status assigned => closed
2015-07-08 12:10 Mazi Resolution open => no change required