How can we destroy the session, how can we unset the
variable of a session?

Answers were Sorted based on User's Feedback



How can we destroy the session, how can we unset the variable of a session?..

Answer / lakshmi

using session_destroy()we can destroy the session and using
session_unset() we can delete all the session variable

Is This Answer Correct ?    10 Yes 0 No

How can we destroy the session, how can we unset the variable of a session?..

Answer / lakshmi

using session_destroy()we can destroy the session and using
session_unset() we can delete all the session variable

Is This Answer Correct ?    2 Yes 0 No

How can we destroy the session, how can we unset the variable of a session?..

Answer / rajan vardawaj

session_unregister() - Unregister a global variable from the
current session session_unset() - Free all session variables

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More PHP Interview Questions

What is warning – “cannot modify header information – headers already sent”?

0 Answers  


What is $_ get and $_ post in php?

0 Answers  


suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?

1 Answers  


Which escape sequences can be used in single quoted strings in php?

0 Answers  


How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?

0 Answers  






What is session in php why it is use?

0 Answers  


display selected value in dropdown list through javascript without page refresh

5 Answers   ASD Lab,


What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?

7 Answers   HCL,


Tell me in php, objects are they passed by value or by reference?

0 Answers  


List the different types of print functions available in php?

0 Answers  


Which is better session or cookie?

0 Answers  


which function used to get the number of days between two given dates in php

1 Answers  


Categories