• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

User Authentication

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have a scenario, and confused how it can be implemented..

1)user logins.
2)Login Id is validated.
3)Session Id is generated and stored in Hashtable.
4)When User access any resource, the session id is checked againts the hashtable for his ID.
This is an entity bean.

I am not sure How can I implement this..
The hashtable does not get replicated in clustered environment..and the user is logged out.
What can be the problem ?
any tips ??
reply
    Bookmark Topic Watch Topic
  • New Topic