Let me try to narrow the scope a little then: Which of the following is the
better way to get the session in an Interceptor:

1. ActionContext.getContext().getSession(); 
2. ActionContext.getSession(); 
3. invocation.getInvocationContext().getSession(); 
4. ServletActionContext.getRequest().getSession() 
5. ServletActionContext.getSession() 

-- 
View this message in context: 
http://www.nabble.com/Best-way-to-access-Session-with-regards-to-cluster-tp16985836p16987714.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to