PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
How can i retrieve the password value from this session array. I tried something like $_SESSION['fc_users_cache'][1]['password'] but it's not working. I can easily get the user_name by doing $_SESSION['user']['user_name'] but i'm not able to get the password. Any help would be greatly appreciated.
I did a print_r($_SESSION); to get the following
The email part was a typo. I edited the thread and removed it. I did $_SESSION['fc_users_cache'][1]['password'] but for some reason it's just not pulling up the value.