Q. | Which one of the following is the very first task executed by a session enabled page in PHP? A.
Delete the previous session B.
Start a new session C.
Check whether a valid session exists D.
Handle the session Answer : Check whether a valid session exists |