User tests: Successful: Unsuccessful:
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
I totally agree with this, even if Redis makes it into 3.3, "none" should mean "fall back to the default session handler".
Labels |
Removed:
?
|
Status | New | ⇒ | Pending |
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 |
Closed_Date | 2015-02-14 23:23:03 | ⇒ | 2015-02-14 23:23:09 |
Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/2695
Thanks @WooDzu, @creativeprogramming
and @interfasys. I'm closing here as we have a now RTC PR here: #5142 Thanks for working on this!
+1 this can help also for SSO.