I'm new to Pylons. I've read the online docs on sessions. http://pylonshq.com/docs/en/0.9.7/sessions
But, it doesn't provide a practical, simple example of implementing sessions. Can someone clarify a bit: 1. When session type do you favor: database, cookie-only, memory? 2. How do you implement sessions? By writing a __Before__ method on each controller? If using database, do you create a table called, say, "sessions" with whatever columns you'll need? Thanks. Edgar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
