![]() |
|
| Demo ASP: global_asa_demo.asp | 2013-05-23 |
The following table lists the sessions that have been recorded in the global.asa file into $Application. When a session ends, its time lived is recorded and displayed below. Active sessions are also listed.
| 0801e7... | in session |
$VAR1 = {
'Started' => '1',
'onstart' => '1369301042',
'Count' => '10'
};
| |
To see multiple sessions listed you may create a 2nd session by closing and then reopening the browser you are using to view this file, or you may also open a 2nd kind of browser to create this 2nd session. There is only one session-id generated per browser session for an asp application.
| Scripts Started This Session: | 1 |
| Scripts Ended This Session: | 0 |