I am developing a new project ,which is combined one of express engine and normal php .I need to get express engine’s session variable in my normal php pages ,anyone have idea,
Advance thanks 😊
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 09, 2010 2:19am
Subscribe [2]#1 / Mar 09, 2010 2:19am
I am developing a new project ,which is combined one of express engine and normal php .I need to get express engine’s session variable in my normal php pages ,anyone have idea,
Advance thanks 😊
#2 / Mar 13, 2010 12:10pm
Hi Rinto. Welcome to the forums!
The EE session data is only created at page load of an EE page. Have you considered enabling PHP in a template or two inside of EE and moving your “normal php” into that template? That will give you access to the SESSION class along with many other EE goodies if needed.