Originally posted by xiaolin yu:
Hi, Chris:
Thanks for your replay, but I think what I thought will affect the architecture a little bit.
I would disagree, I believe these are implementation details.
Originally posted by xiaolin yu:
Hi, Chris:
So I think to use a log out function which let users log out the account by clicking the "log out" button or the system log out the user account automatically in 15 minutes from the time the user log in.
A logout feature can be implemented in about 30 seconds. The timeout feature is built into the
J2EE API (both for HttpSession and Stateful Session Beans).