Session demo
This website is a simple session demo. It uses the default PHP sessions machinery to store a random number and a user-defined secret. This is stored in memory in the server, keyed by a session id stored in the PHPSESSID cookie. If the service is not used for some minutes, it will scale to zero and session data will be automatically destroyed. To reset your session, manually remove the PHPSESSID cookie.
The sign in option in the top right does not impact the application, however its presence allows you to trigger conditional access rules for your Entra tenant.
{
"random": 290026159
}