1.

If session.use_cookie is set to 0, this results in use of _____________(a) Session(b) Cookie(c) URL rewriting(d) Nothing happensThis question was addressed to me in semester exam.The above asked question is from Session Handling-1 topic in section File and Session Handling in PHP of PHP

Answer»

Correct answer is (c) URL rewriting

Explanation: The URL rewriting allows to completely separate the URL from the resource.URL rewriting can TURN unsightly URLS into nice ones with a lot less agony and expense than picking a GOOD DOMAIN name. It enables to fill out your URLs with friendly, readable keywords without affecting the underlying structure of pages.



Discussion

No Comment Found

Related InterviewSolutions