Change user data without logout / login

0

Good people, I think a lot of people working with PHP have already encountered this question of mine: When I edit something in the user, it does not edit soon, that is, it has to logout and log in to session ..

Here's an example:

I have a column which is: Nome and when updating it to the user in question, I changed the name to only give F5 or change to another page within my site, without having to Logout ..

    
asked by anonymous 03.02.2015 / 00:29

1 answer

0

Friend, if you store the name in the session, you will have to change it as well.

    
03.02.2015 / 02:28