Actions
Bug #6146
openJoomla session not accessible through appplication api
Description
When using Application::Session() its default value is $_SESSION by reference. Joomla now encodes its session so it's just an encoded string and not possible to retrieve information from it now. It could also be useful for Application::Session()->get( 'id' ) to be supported to grab the current session id or Application::Session()->get( 'joomla.id' ).
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon almost 8 years ago
- Target version changed from CB 2.1 to CB 2.2
Updated by krileon over 6 years ago
- Target version changed from CB 2.2 to CB 2.8
Updated by beat almost 2 years ago
- Target version changed from CB 2.8 to CB 2.8.1
Updated by beat about 1 year ago
- Target version changed from CB 2.8.1 to CB 2.8.2
Updated by beat about 1 year ago
- Target version changed from CB 2.8.2 to CB 2.9.0
Updated by beat about 1 year ago
- Target version changed from CB 2.9.0 to CB 2.9.2
Actions