Hi Alberto, by default MgnlContext.setAttribute(key, value) will set the value in the so called LOCAL_SCOPE (basically a request scope, see constants at info.magnolia.context.Context). You'll probably want to use the overloaded method MgnlContext.setAttribute(key, value, scope) and use the Context.SESSION_SCOPE.
HTH, Federico -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=8f5b9728-a3a8-44eb-ac08-a97e358565e2 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
