dan-coulter / phpflickr

PHP Wrapper for the Flickr API
GNU General Public License v2.0
207 stars 128 forks source link

is session_start on line 22 really required? #11

Closed hostingnuggets closed 2 years ago

hostingnuggets commented 10 years ago

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.