What's a session ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's a session ?

28th Sep 2017, 7:11 AM
KePotlibaby
KePotlibaby - avatar
2 Answers
+ 4
A session could also end after a set period of time. For example a site might enforce the end of a session after a certain period of inactivity (like at a bank website). This way you have to reauthenticate in order to do anything else.
28th Sep 2017, 11:57 AM
Jojo
Jojo - avatar
+ 2
Here's a good tutorial about PHP session: https://www.w3schools.com/PhP/php_sessions.asp And a comprehensive definition related to session: http://php.net/manual/en/book.session.php Hth, cmiiw
28th Sep 2017, 7:38 AM
Ipang