Tuesday, 10 May 2011

PHP Interview Questions and answers 2

sessions and cookiesFace to face technical interviews, questions related to sessions and cookies will pop up regularly. Since most of the developers are familiar with these sort of basic php questions they tend to ask more tricky questions, but if you have the correct idea then it is easy to answer any of those tricky questions. Let’s have a look on potential questions, Where is the sessions are stored? Sessions are stored in server side and it is accessed by a unique id which is known as the session-id where each user/visitor is assigned when they access your website. How the session-id is propagated within your website? Basically, there are 2 methods either store it in a cookie or propagated in the URL. Session security questions will not be asked in an entry level interviews...

Search here for "Freshers Jobs"