PHP Session || PHP Cookie
For storing and get data web browser need some mechanism of state management process. So PHP Session and PHP Cookie help us to manage the states. As we know that https is stateless that means it don’t maintain the data of previous or current request by user.It only help us to load html , images… Read More »