use of session in joomla check following example
**********************
define session in joomla
**********************
$session = JFactory::getSession();
set session variable in joomla
---------------------------------
$session->set(‘name’,value); //set session
get session variable which set before in joomla
---------------------------------
No comments :
Post a Comment