ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
I can't find any way to set/get session data within an article
I understand (I think) the php functions -
$session =& JFactory::getSession();
$value = $session->get('pain'); and
$session->set('pain', $value); but, if I put these inside of <?php ?> tags within an article they are just turned into html strings.