Some security tutorials for PHP developers
Sorry if this has been mentioned before, altough my search turned "0" results...I have found quite useful articles by Chris Shifflett.
He approaches some important PHP security issues such as "session hijacking" and "session fixation".
Articles can be found Here
And an interesting read about shared hosting environment Here
Regards