On Wednesday, August 8, 2012 4:51:58 PM UTC-4, rochacbruno wrote: > > > I think you need to use "current" > > from gluon import current > > and inside the decorator function access current.request instead of request >
Is the cookie being set in a model file or a module? current shouldn't be needed in a model, only a module. Can you show the code? Anthony --

