I have this very simple code: 

        session.flash = T('The contest is still open to submissions.')
        session.foo = T('pooh')
        logger.debug('contest still open to submissions')
        redirect(URL('default', 'index'))

on the default/index controller, I can see that session.foo is 'pooh', 
session.flash is None (as it should), BUT request.flash is also None. 
So no message gets flashed.  This with the most recent development version 
of web2py (just fetched from github). 
Is the logic behind session.flash somehow broken? 

Luca

-- 



Reply via email to