I don't expect the full asnwer just some general pointers to help me
investigate...

I have a simple base action that extends the majority of my page actions. 
Intermittently userWorkspace is null after only a few minutes of activity
for users (session timeout set to 30 mins).  Can anyone suggest a reason
why.  It only happens in our production environment (https).



public class SimpleBasePage {        
                
                @SessionState
        private UserWorkspace userWorkspace;
        private boolean userWorkspaceExists;
        
        
        Object onActivate() {

            if (!isUserWorkspaceExists()) {
                                //handle timeout            
                        }
                }
}



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Base-page-action-with-null-session-object-tp5716584.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to