If you are working in a web based project, the term “session” must be a frequently used one. “I want to implement a HttpSessionListener”, “How do I access http session?”, “Should i store my user state in http session or in a session bean?”.
But I just wondered, how to implement that in a swing application? (Sorry, i haven’t learn swing application framework yet)
Consider this typical scenario: A user has logged into the swing application and has opened some 2 or three windows (JFrames). Now the user goes somewhere leaving the system idle. How can we logout the . . . → Read More: Implementing session timeout in swing apps



Recent Comments