Ad Code

How to delete element in array session .

How i can delete element in array session .

By calling session_destroy() method to dstroye all session

you can delete an element by using session_destroy($reference_var) func as well as you can use unset($reference_var) func..

Reactions

Post a Comment

0 Comments