on 7/23/01 4:26 AM, "Ling Kok Choon" <[EMAIL PROTECTED]> wrote:

> hi,
> 
>  I am a new user in Turbine. in my velocity site, i
> use $data to access the RunData Object. So, i can
> access / use all the public methods on the RunData
> class. 
> 
>  so, i call the setACL to set a new ACL to the
> RunData object ( because i grant a new permission to
> the user ), and the $data's ACL set to new ACL. But
> when i try to access to that page again, the $data's
> ACL remain the old one. The $data only reset to the
> new ACL when i logout and login again.
> 
> May i know how to let the $data object always
> updated ?
> 
> Note: i have tried $data.save(), but still the same
> problem.
> 
> 
> Thank.
> 
> Ling.

RunData is not a persistent object.

The ACL is determined/set with the SessionValidator I believe...

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to