Interviewer And Interviewee Guide

Junior Developer PHP Interview Question:

Tell me how to create a session? How to set a value in session? How to Remove data from a session?

Submitted by: Muhammad
Create session : session_start();
Set value into session : $_SESSION['USER_ID']=1;
Remove data from a session : unset($_SESSION['USER_ID'];
Submitted by: Muhammad

Read Online Junior Developer PHP Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.