Friday, November 7, 2008

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

How can we destroy the session, how can we unset the variable of a session?
session_unregister() - Unregister a global variable from the current sessionsession_unset() - Free all session variables

No comments:

Kubernetes in one shotcat

root@srv509172:~# cat kind1/config.yaml   kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane   image: kindest/nod...