Hi Filepe, By default, isAuthenticated() will return false.
After login, it should return true. After logout, it should return false. After Login or logout, the returned value will be different from before. Manoj On Wed, Jul 27, 2011 at 8:07 AM, Filipe Sousa <[email protected]> wrote: > Can I assume that calling SecurityUtils.getSubject().isAuthenticated() > multiple times in the same http request will always return the same > value? > > Thanks > -- > Filipe Sousa > -- http://khangaonkar.blogspot.com/
