Is the session_start() on line 22 of the library really required? I can't see any use for it really and it interferes with other PHP software which also requires sessions such as with the Symfony PHP framework where I get an exception when using it with phpFlickr:
Failed to start the session: already started by PHP.
Is the session_start() on line 22 of the library really required? I can't see any use for it really and it interferes with other PHP software which also requires sessions such as with the Symfony PHP framework where I get an exception when using it with phpFlickr: