Is anyone using the SessionTool? We're on a turbine 2.1 platform, but have brought in this tool to hopefully help us restrict a user to logging in only once. We would like to call the isUserLoggedIn( User ) method of the tool to see if a user is logged in already (in another session). Is this the capabilities of the tool? When we log a user in, we're using:
turbineUser.setHasLoggedIn( Boolean.valueOf( true ) ); data.setUser( turbineUser ); data.save(); >From my understanding, this should put the user object into the session. The >SessionTool seems to access all sessions to determine if a user is logged in. Our >isUserLoggedIn( user) returns false, after a user has first logged in.... any thoughts/suggestions? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]