Hi guys! I'm a PHP developer, but I've decided to switch to Python and Pyramid for a big upcoming project. Before I dive right into Pyramid, however, I'm doing a bit of research and getting all my ducks in a row, so to speak. So, I have a few questions:
I've often wanted to start using Test Driven Development in my projects. However, the concept has been completely over my head. Recently I stumbled across Behavior Driven Development, and now it all clicks. What's the best way to use BDD for a Pyramid project? Sessions: Pyramid docs say session data is "digitally signed, however, and thus its data cannot easily be tampered with." I don't want anyone tampering with my sessions, easy or not. Is this sufficiently secure, or is there a better implementation? Maybe sessions stored server-side with ZODB? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
