Hey all, I was wondering how to use Joomla as a session holder. What I am wanting to do is somehow use Joomla's great session environment and include it into other (non joomla) pages. Can this be done. I want to log into joomla then go to another page (non joomla) but still hold all the session variables (like logged in user information, rights and restrictions). Can this be done, I think it can because of all the bridges to other apps. Is there a good explanation on how to do this?
Thanks,
timgerr
[MOD NOTE: Fixed typo for better understanding]
Joomla session and how it works
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
Forum rules
Joomla session and how it works
Last edited by matthewhayashida on Wed Oct 17, 2007 4:11 am, edited 1 time in total.
-How important does a person have to be before they are considered assassinated instead of just murdered?
-He's not carnival personnelle!!!
-He's not carnival personnelle!!!
Re: Joomla session and how it works
Looking for the same thing..
I have a page wrapped in Joomla and want to use the session vars on this wrapped page.
The page is another php script using a different mysql db
I have a page wrapped in Joomla and want to use the session vars on this wrapped page.
The page is another php script using a different mysql db
Re: Joomla session and how it works
Joomla 1.5 uses a normal PHP session but uses objects within its own framework to work with it.
Check out libraries/joomla/session/session.php
Check out libraries/joomla/session/session.php