getScrapeableSessionID

int session.getScrapeableSessionID ( ) (enterprise edition only)

Description

Get the unique identifier for the scraping session.

Parameters

This method does not receive any parameters.

Return Values

Returns unique session id for the scraping session, as an integer.

Change Log

Version Description
5.0 Added for enterprise edition.

Examples

Retrieve Unique ID

 // Get Unique ID
 int i = session.getScrapeableSessionID();