/ Published in: PHP
This script helps you to test session persistence for your HTTP API.
Launch this.php?set=valuuue to set the session value stored to value. Launch this.php to retrieve the value.
Expand |
Embed | Plain Text
<?php /** * This script helps you to test session persistence for your HTTP API * * launch this.php?set=valuuue to set the session value stored to value * launch this.php to retrieve the value */ $_SESSION['value'] = $_GET['set']; } else { echo 'no value stored'; } else { } } ?>
Comments
Subscribe to comments
You need to login to post a comment.

i don't get it.. what's this for? if you were trying to teach people i think you should write like a basic login script or something... i just don't understand what this was supposed to achieve..sorry dude =(