User tests: Successful: Unsuccessful:
Instead of exiting the application completely when we are unable to get a session storage object, throw exceptions. The code commented inline the exit was intentional because the processing would try to close a non-existing session, however since there isn't a way with Joomla's API to start a session without a successful return from this instance there wouldn't be a session to close.
Set the $session_handler
var in your configuration to "xcache" and try to load Joomla. You should get a "Error displaying the error page: Application Instantiation Error: The xcache Session Storage is not supported on this platform." message which means this message was displayed via JErrorPage::render()
. There's no change in behavior for functional configurations.
N/A, there is no extra documentation beyond the API docs for this method.
Category | ⇒ | Libraries |
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-14 13:54:49 |
Closed_By | ⇒ | wilsonge |
Merged on review
I have tested this item✅ successfully on c1cb668
works as described
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11584.