On 9/26/07, Dudee <[EMAIL PROTECTED]> wrote: > > Thanks. The flush fixed the problem but I'm having another problem. The > values on the frontpage doesn't update every time, it reads from the cache > instead. What can I do to stop it from reading from the cache?
Flush the cache after you make the change. Search for references to CacheManager to see how to do this. > I also noticed that the value doesn't update when I login but instead when I > try to access a site where the system needs to check if i'm allowed there. I > have created a login-box on my blogs so when I use that login I get > redirected to the blog again and therefor no check is made to see if I'm > allowed on a site. On the original roller login-site you get redirected to > the menu so there it works, because a check is made at the menu site. Do you > know where I can put the the call to the saveLastLogin so it saves on login > and not when I try to access some site. No I don't. Perhaps the index.jsp page? - Dave
