InterviewSolution
Saved Bookmarks
| 1. |
Which is the most powerful authentication method among the four?(a) Hard-coding a loginpair directly into the script(b) File-based authentication(c) Data-based authentication(d) PEAR’S HTTP authenticationI got this question in an online interview.This interesting question is from User Authentication topic in chapter File and Session Handling in PHP of PHP |
|
Answer» The correct choice is (c) Data-based authentication |
|