? Success
Related to # 5142

User tests: Successful: Unsuccessful:

avatar WooDzu
WooDzu
18 Dec 2013

In https://github.com/joomla/joomla-cms/blob/master/libraries/joomla/session/storage/none.php
Class JSessionStorageNone forces using session.save_handler = files

I think the choice for the default handler should be left to php.

For instance Redis is not supported in the CMS at this time but if it might be configured in php.ini to be used as default for various reasons.
Please see https://groups.google.com/forum/#!topic/joomla-dev-general/stbltpP5QX4 for an example.

It seems that used to be the way to handle the default php session handler in the platform until 12.2 and this commit changed it:
joomla/joomla-platform@a47f429

This also blocks installing Joomla on read-only filesystems (eg. Google AppEngine) since the 'file' handler does not work on it and 'user' handler is the default and ONLY choice.

Freamwork doesn't force the handler either so should the cms.

The nice tracker item: http://issues.joomla.org/tracker/joomla-cms/2695
The ugly tracker item: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33005&start=0

avatar WooDzu WooDzu - open - 18 Dec 2013
avatar creativeprogramming
creativeprogramming - comment - 20 Dec 2013

+1 this can help also for SSO.

avatar interfasys
interfasys - comment - 30 Jan 2014

I totally agree with this, even if Redis makes it into 3.3, "none" should mean "fall back to the default session handler".

avatar nicksavov nicksavov - change - 21 Aug 2014
Labels Removed: ?
avatar brianteeman brianteeman - change - 21 Aug 2014
Status New Pending
avatar zero-24 zero-24 - change - 14 Feb 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-02-14 23:23:03
Closed_By zero-24
Rel_Number 5142
Relation Type Related to
avatar joomla-cms-bot joomla-cms-bot - change - 14 Feb 2015
Closed_Date 2015-02-14 23:23:03 2015-02-14 23:23:09
avatar joomla-cms-bot joomla-cms-bot - close - 14 Feb 2015
avatar joomla-cms-bot
joomla-cms-bot - comment - 14 Feb 2015

Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/2695

avatar joomla-cms-bot joomla-cms-bot - close - 14 Feb 2015
avatar zero-24
zero-24 - comment - 14 Feb 2015
avatar zero-24
zero-24 - comment - 14 Feb 2015

and @interfasys. I'm closing here as we have a now RTC PR here: #5142 Thanks for working on this!


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/2695.
avatar WooDzu WooDzu - head_ref_deleted - 15 Feb 2015
avatar WooDzu
WooDzu - comment - 15 Feb 2015

:+1:

Add a Comment

Login with GitHub to post a comment