|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [1999-09-27 10:45 UTC] andrey at cvs dot php dot net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 04:00:01 2025 UTC | 
<?php $s_userIDKey = $userIDKey; session_start(); if(session_is_registered("userIDKey")) { session_unregister("userIDKey"); }; session_register("s_userIDKey"); $s_userIDKey = $userIDKey; $s_siteKey = $siteKey; if(session_is_registered("siteKey")) { session_unregister("siteKey"); } session_register("s_siteKey"); $s_siteKey = $siteKey; ?> After so many times this will crash the browser