I had this error before but I think it was due to using an old utils model class for which the utils.isUserAuthenticated was not working. In the end, I had to create a model class of my own to check this status.
Sarwar On Wed, Feb 18, 2009 at 2:50 PM, Dave <[email protected]> wrote: > On Wed, Feb 18, 2009 at 3:01 AM, Sanchirmaa Lhagvasuren > <[email protected]> wrote: > > I login to weblog. Then search by showWeblogSearchForm. > > I logout when I search word by showWeblogSearchForm. > > When showWeblogSearchForm is working, $utils.isUserAuthenticated() is > return false. > > How I resolve this problem? > > I don't understand the problem. > > Search works whether I'm logged in or logged out on my system, no > difference. > > $utils.isUserAuthenticated() should return false after you log out, > that is the correct behavior. > > - Dave >
