Rumah > Artikel > pembangunan bahagian belakang > session_id()的施用
session_id()的使用
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php ob_start('ob_gzhandler'); session_save_path('2;D:/sessionFile/sessionFile'); @session_start(); echo 'Your session identification number is ' . session_id("967d992a949114ee9832f1c11c"); ?>