Suppose a session have started and you want to destroy the whole all data of session.
You can use the following inbuilt function of php.
session_start();
session_destroy();
This will destroy all the session and all the data associated with it.
You can use the following inbuilt function of php.
session_start();
session_destroy();
This will destroy all the session and all the data associated with it.
No comments:
Post a Comment