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();
int i = session.getScrapeableSessionID();
scraper on 07/16/2010 at 5:20 pm
- Printer-friendly version
- Login or register to post comments