Adding some variables to Joomla's session
Posted: Sat Oct 20, 2007 10:01 pm
Hi all
I'm doing a custom component, that would allow special users to log in to a private admin area. These users are not normal Joomla users, but exits in another table. Everything works, but I can't seem to do normal php-session stuff (like checking if a certain session variable exist and clear that variable on log-out - ie. unset($_SESSION['myVar']) etc. etc. ).
Is there special woodoo required for stuff like that in Joomla-land?
Thank you in advance!
Martin
I'm doing a custom component, that would allow special users to log in to a private admin area. These users are not normal Joomla users, but exits in another table. Everything works, but I can't seem to do normal php-session stuff (like checking if a certain session variable exist and clear that variable on log-out - ie. unset($_SESSION['myVar']) etc. etc. ).
Is there special woodoo required for stuff like that in Joomla-land?
Thank you in advance!
Martin