GITLAB
oji
/ sample-sso-php
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
master
7cf7c2107bd5788d369e3f33e354f53795831691
sample-sso-php
logout.php
b5c6d0399
first commit
Browse Code ยป
oji
2022-08-05 15:04:52 +0700
logout.php
66 Bytes
edit
raw
blame
history
1
2
3
4
5
<?php session_start(); unset($_SESSION); session_destroy(); ?>