Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • 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

How to block one user to login from two different machines at same time

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having a JSP application hosted on a weblogic8.1.My current task is, to implement the blocking of users to login from a different machine without logging out from the previous machine.For authentication I am using OpenLDAP server.My users are in Open ldap.
scenario:If one user logs in to app1 from machine1 and he doesn't logs out,and again he tries to log into the same app1 from machine2 then he should not be allowed to login this time as he had not logedout from machine 1.
any help regarding the same will be heartily acknowledged.
 
reply
    Bookmark Topic Watch Topic
  • New Topic