Check if session exists - Joomla! Forum - community, help and support
greetings!
is there way check if joomla session exists? without automatically creating 1 jfactory::getsession() does. many thanks!
is there way check if joomla session exists? without automatically creating 1 jfactory::getsession() does. many thanks!
your code need access session cookie, has name d4dad6935f632ac35975e3001dc7bbe8 , use value, example 9e32b0907d3742e776b0b5f0d8b0940a, find corresponding row in session table:it easier use standard method.
code: select all
select * jos_session session_id = '9e32b0907d3742e776b0b5f0d8b0940a'
Comments
Post a Comment