0 votes
in PHP by
What is a session in PHP?

1 Answer

0 votes
by
PHP Engine creates a logical object to preserve data across subsequent HTTP requests, which is known as session.

Sessions generally store temporary data to allow multiple PHP pages to offer a complete functional transaction for the same user.

Simply, it maintains data of an user (browser).

Related questions

0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
+1 vote
asked May 13, 2022 in PHP by john ganales
...