PHP intermediate essential guide- PHP using sessions

In this blog, I am going to how to use a session in PHP? So, first Now there’s also another way to store and retrieve the values on the multiple pages of the client machine (user’s browser). We can actually store it on the server.

And this gives you the ability to set session variables. and we’re just going to use the same information that we use down below and this is a good way to set. So when you authenticated them in the database with the session. And from then on you can work with that value.

If you want to see all of that information that’s held within the session. So if you want to see all of the session information we can print out and we get something like that so we get an array. If we had multiple sessions with multiple values so as to put “provide” and “provide” then we get to see that this is how it gets treated at treats it likes.

Output-

When add ” print_r($variable);” then work as array and print all data to which have value in this variable as like-

Rajesh Kumar
Follow me