Project

General

Profile

Actions

Bug #6146

open

Joomla session not accessible through appplication api

Added by krileon over 7 years ago. Updated 6 months ago.

Status:
Assigned
Priority:
Low
Assignee:
Target version:
Start date:
18 August 2016
Due date:
% Done:

0%

Estimated time:

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' ).

Actions

Also available in: Atom PDF