evoCore - Framework PHP CakePHP: the rapid development php framework. Home Jelix, framework PHP Pxxo - Construire, utiliser et réutiliser des composants graphiques sur le Web Seagull - Framework PHP TYPOlight webCMS - Home CakePHP: the rapid development php framework. Pages R3 and Stickleback: Open Source Gold For PHP Developers (Yahoo! Developer Network Blog) hack_india_h_hackers The energy at the 6th edition of Yahoo! Hack in India was electrifying as we counted down to the close of hacking at Yahoo! Hack Hyderabad, 2013. The hackers downed over 1500 cups of coffee and tea, and 350 cans of Red Bull! Congratulations to all the hackers, especially the ones who took home the prizes. planman PlanMan! By Varunkumar Nagarajan, Arunkumar Nagarajan, Raghu Ram, Amit Bharti PlanMan is a mobile app that lets you do workflow management through SMS and missed calls. Read More »from Hack India: Hyderabad — It’s a Wrap!
QPHP - Framework PHP Chris Shiflett: Security Corner: Session Fixation Security is gaining more and more attention online. As PHP continues to be a key component of the web’s future, malicious attackers will begin to target weaknesses in PHP apps more frequently, and developers need to be ready. I am very pleased to introduce Security Corner, a new monthly column that is focused completely on web app security. Each month, I will discuss an important topic in great detail that can help you improve the security of your PHP apps and defend against various types of attacks. These topics will not be vague, general overviews, so if you are looking for an introduction to web app security, you will be better served by other sources of information such as the PHP manual's chapter on security. This month’s topic is session fixation, a method of obtaining a valid session identifier without the need for predicting or capturing one. Session Fixation Session security is a vast and complex topic. There are numerous types of session-based attacks. A Simple Attack Listing 1