Re: Base page action with null session object

2012-10-02 Thread Lance Java
FYI, I suspect that the session id is not being proxied (either via a cookie or via the URL) which causes a user to start a new session rather than re-using their existing session. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Base-page-action-with-null-session-object

Re: Base page action with null session object

2012-10-02 Thread Lance Java
c in both cases. Keep an eye out for request / response headers that are not being proxied through apache. It sounds like this issue might be off topic for this list and a more general apache config issue. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Base-page-action-wi

Re: Base page action with null session object

2012-10-02 Thread Lance Java
Is your prod environment a cluster? If yes, have you enabled sticky sessions? Is your servlet container behind an apache proxy? Any suspect rules we should be aware of? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Base-page-action-with-null-session-object

Base page action with null session object

2012-10-02 Thread captain_rhino
ivate() { 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 fro