Asked 7 years ago
8 Feb 2017
Views 883
sandee

sandee posted

session_destroy function cant destroy the session

what are the alternative to delete the session beside session_destroy function
Rasi

Rasi
answered Nov 30 '-1 00:00

if session_destroy dont delete the session , than you can use unset function to do same



unset($_SESSION['user_info'])
Post Answer