• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

What is user session management?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When we mention to user session management ,what do we mean?
how are the client requests handled?
In web tier,is it refer to request handling process?
what is the swing client about this?
 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When we mention to user session management ,what do we mean?
Session management helps you to maintain the state of user across the requests.
how are the client requests handled?
Client requests are different from session

In web tier,is it refer to request handling process?
No. It is handled by HttpSession object.(I assume you are refering to Servlets)
what is the swing client about this?
We can always create our own mechanism for handling sessions. So it shouldn't be a problem in Swings
 
catch it before it slithers away! Oh wait, it's a tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic