|
session_id |
Top Previous Next |
|
Description:
session_id defines a unique value of the session
Syntax:
String
Notes:
In our sample file, we generate the session_id in the SpeedCheck PHP file.
This session_id has nothing to do with PHP session or cookies, it represents the session that a user is on the SpeedCheck Java Applet page. For example, if a user REFRESH the PHP page, a new session_id is generated.
Example:
<param name="session_id" value="sc_245937274562_125">
|