Vidyalelo
PHP · Q34

HTML Forms Handling

Programming · PHP · question 34

Q34

Which one of the following is the default PHP session name?

A.
PHPSESSID
Answer
B.
PHPSESID
C.
PHPSESSIONID
D.
PHPIDSESS

Answer: Option A

Solution

Answer: Option A
Solution:
You can change this name by using the session.name directive.