Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

session in java swing??

843806Apr 19 2008 — edited Apr 21 2008
Hi friends,
I need to create session in java swing...

I have a client running in swing and can access resources in multi-threaded server. I need to validate user using session. But i don't know how to use session.

User has to login with username & password (authentication verified at server using socket communication).
If successful the login frame vanishes and other options are displayed. user has a feature that he can send files to other
user. so i need to use session for security purpose.

Anyone help me with code

Edited by: sathya_vn on Apr 20, 2008 5:41 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2008
Added on Apr 19 2008
2 comments
916 views