Please note: version 1 of this method is deprecated and only supported for backwards compatibility. Please consider upgrading your application to the current version.
Use the Sessioncheck method to retrieve info about a user and his login status from a session ID. It is similar to the login method, except that you provide a session ID instead of the user's credentials.
Input parameters:
- none -
Output:
The output is an associative array containing the following elements:
|
sessionid | | |
username | | |
my_city | | user's default city |
my_country | | user's default country |
my_zip | | user's default postal code |
Example:
https://api.eurobilltracker.com/?m=sessioncheck&v=1
Current version: 2
Previous versions: -none-
[ back ]