I've got a @SessionState variable used to track the logged in user declared along with an exists variable like this on multiple pages:
@SessionState @Property private User user; private boolean userExists; Now, what I have seen on occasion is that userExists == false even when the user variable has been initialized. Anyone see this before? It doesn't seem to happen all the time... -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
