Really? I found no clue to this, I opened Paste.Session and found this: # (c) 2005 Ian Bicking and contributors; written for Paste (http:// pythonpaste.org) # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
""" Creates a session object in your WSGI environment. Use like: I found no reference to Beaker anywhere. Pylons imports Paste Session for use. Have I missed or overlooked an import somewhere? On May 28, 9:29 am, "Cezary Statkiewicz" <[EMAIL PROTECTED]> wrote: > 2007/5/28, voltron <[EMAIL PROTECTED]>: > > > > > Hi all, > > > after a little poking around, I noticed that there are two session > > modules to use, the one in Paste and the on in Beaker. It seems that > > the one in Beaker has more features, is there a reason why Pylons does > > not not use the Beaker version as a default? What are the pros and > > cons? > > > Thanks > > Actually Beaker session is used by default. See pylons.wsgiapp. > > Best regards, > > CS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
