Last active
November 7, 2016 12:50
-
-
Save CB9TOIIIA/00f0f6ed3d948fea5f1eb5dd510445a9 to your computer and use it in GitHub Desktop.
Session Joomla!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$session = JFactory::getSession(); | |
$session->set('_smsc_request_id_last', $id); | |
$id=$session->get('_smsc_request_id_last', false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment