Go to the source code of this file.
Classes | |
| class | dbxSessionEphemeralGuestTestBrowser |
| class | dbxSessionEphemeralGuestTestApi |
Functions | |
| dbx () | |
Variables | |
| $dbxSessionEphemeralGuestTestApi = new dbxSessionEphemeralGuestTestApi() | |
| $fail | |
| $session = new dbxSession() | |
| $_SERVER ['REQUEST_METHOD'] = 'GET' | |
| $_COOKIE = array() | |
| if( $session->is_ephemeral_anonymous_session_request(false)) if(! $session->is_ephemeral_anonymous_session_request(true)) | $_COOKIE [session_name()] = 'existing-session-id' |
| $_SERVER ['REQUEST_METHOD'] = 'POST' | |
| if($session->is_ephemeral_anonymous_session_request(false)) | $_SERVER ['REQUEST_METHOD'] = 'GET' |
| $tmp | |
| if(!session_start()) | $_SESSION ['probe'] = 'temporary' |
| if(! $session->discard_ephemeral_anonymous_session(false)) if(session_status()===PHP_SESSION_ACTIVE) | $files = glob($tmp . DIRECTORY_SEPARATOR . 'sess_*') ?: array() |
| dbx | ( | ) |
Definition at line 29 of file dbxSession_ephemeral_guest_test.php.
References $dbxSessionEphemeralGuestTestApi.
| if ( $session->is_ephemeral_anonymous_session_request(true)) $_COOKIE[session_name()] = 'existing-session-id' |
Definition at line 59 of file dbxSession_ephemeral_guest_test.php.
| $_COOKIE = array() |
Definition at line 43 of file dbxSession_ephemeral_guest_test.php.
Referenced by dbxBrowser\checkForSize(), dbx_load_cookie(), and dbxSession\get_new_session().
| if ( $session->is_ephemeral_anonymous_session_request(false)) $_SERVER[ 'REQUEST_METHOD'] = 'GET' |
Definition at line 77 of file dbxSession_ephemeral_guest_test.php.
| $_SERVER[ 'REQUEST_METHOD'] = 'POST' |
Definition at line 72 of file dbxSession_ephemeral_guest_test.php.
| $_SERVER[ 'REQUEST_METHOD'] = 'GET' |
Definition at line 42 of file dbxSession_ephemeral_guest_test.php.
| if (!session_start()) $_SESSION[ 'probe'] = 'temporary' |
Definition at line 96 of file dbxSession_ephemeral_guest_test.php.
Definition at line 27 of file dbxSession_ephemeral_guest_test.php.
Referenced by dbx().
| $fail |
Definition at line 36 of file dbxSession_ephemeral_guest_test.php.
| if(! $session->discard_ephemeral_anonymous_session(false)) if (session_status()===PHP_SESSION_ACTIVE) $files = glob($tmp . DIRECTORY_SEPARATOR . 'sess_*') ?: array() |
Definition at line 105 of file dbxSession_ephemeral_guest_test.php.
| $session = new dbxSession() |
Definition at line 41 of file dbxSession_ephemeral_guest_test.php.
Referenced by dbxSession\get_new_session().
| $tmp |
Definition at line 85 of file dbxSession_ephemeral_guest_test.php.
Referenced by dbxUpload\imagebmp(), dbxUpload\process(), and dbxUpload\temp_dir().