1.

Which one of the following is the default PHP session name?(a) PHPSESSID(b) PHPSESID(c) PHPSESSIONID(d) PHPIDSESSThis question was addressed to me at a job interview.This is a very interesting question from Session Handling-1 in portion File and Session Handling in PHP of PHP

Answer»

The CORRECT CHOICE is (a) PHPSESSID

The explanation: You can change this name by USING the session.name DIRECTIVE.



Discussion

No Comment Found

Related InterviewSolutions