Menu

#5 Authentication should be abstracted

open
nobody
None
5
2006-12-08
2006-12-08
Anonymous
No

The Authentication method(s) use PHP's $_SESSION and therefor session_start() at the beginning of phpFlickr.php.

I'm writing a plugin for an application which has its own Session management (www.b2evolution.net - a blog tool) and therefor it would be great if I could create a my_phpFlickr class, which would overwrite the (to be defined) session_init(), session_get(), session_set() and session_unset() methods.

I'll attach a patch, which implements this for the last released version, as there does not seem to be a source repository, at least not hosted on SF.net?!

Discussion

  • Nobody/Anonymous

    Patch to implement abstraction of session handling, against 2.0.0 release

     
  • daniel hahler

    daniel hahler - 2006-12-08

    Logged In: YES
    user_id=663176
    Originator: NO

    Sorry, had not been logged in (I periodically get logged out when using Konqueror browser).

     

Log in to post a comment.