<?php header('Content-Type: text/plain'); ob_start(); session_start(); $_SESSION = [ 'colour' => 'blue', 'shape' => 'round', 'size' => 'medium', //'Admin_CH_1_' & '101_' => 'Gone', chr(0x01) . chr(0x20) . chr(0x21) . chr(0x49) => 'Gone', ]; var_dump($_SESSION); session_write_close(); session_start(); var_dump($_SESSION); ob_end_flush();
You have javascript disabled. You will not be able to edit any code.