Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
I am using struts. I want to notify the user when the session has expired. How can I know that the session has expired ? what is the best way to implemant such notification ? Should all my actions extend one super action, within which I implement the business logic that checks whether the session has expired ?