I have a php page called getuser.php which gets the currently logged in user, I want to store this in a session. But when I want to access this session variable on the grid page, it doesn't retrieve it. how can i resolve this?
thanks
3 Answers
Please make sure it is saved in session by printing $_SESSION variables.
Also, try calling session_start() at grid page start before you retrieve this session variable.
Yeh did both, won't still work.
I'm using Joomla, is there a possibilty that Joomla could be interfering?
Your Answer