Answer:
Sessions automatically ends when the PHP script finishs executing, but can be manually ended using the session_write_close().
Previous Question | Next Question |
Do you know what is the differences between $a != $b and $a !== $b? | Tell me how can we define a variable accessible in functions of a PHP script? |