Announcement

Symphony's issue tracker has been moved to Github.

Issues are displayed here for reference only and cannot be created or edited.

Browse

Closed#385: [2.1.0] Error in class.session.php

Line 29 in class.session.php should be

if (session_id() == "") {

instead of

if (session_id() != "") {

This causes unwanted logouts because the session parameters are not being set. This seems to be primarily due to ‘gc_maxlifetime’ retaining the default 24 minutes (at least in my case) instead of being reset to Symphony’s two weeks.

In 2.0.8RC3 it was

if (!session_id()) {

Going to close this one. Assuming it is fixed, however should it reappear post 2.1.1, please submit a new issue report and we’ll take another look.

This issue is closed.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details