Hello,
I want to build a form , and from that form will need to save session of one variable , and then want to show some Lists using Connectitvity ,, the thing here how connectivity will check the stored session from the Form ?
Here is what iv done so far but didnt work
1- from Form text field lets say ( XYZ ) ,, in the form Setup i did add Save to session [ Here i would prefer to have more clear idea hwo to use this feature ]
2- in connectivity iv added function to read session ( Using Joomla session class )
$session = JFactory::getSession();
$xzy = $session->get( 'XYZ' );
iv got $xyz always NULL
Please advice
I want to build a form , and from that form will need to save session of one variable , and then want to show some Lists using Connectitvity ,, the thing here how connectivity will check the stored session from the Form ?
Here is what iv done so far but didnt work
1- from Form text field lets say ( XYZ ) ,, in the form Setup i did add Save to session [ Here i would prefer to have more clear idea hwo to use this feature ]
2- in connectivity iv added function to read session ( Using Joomla session class )
$session = JFactory::getSession();
$xzy = $session->get( 'XYZ' );
iv got $xyz always NULL
Please advice