Vectorrx7
unread,Jan 18, 2008, 3:29:03 PM1/18/08You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
we wrote an application that works with windows users and groups. We can
authenticate the user by allowing them to type their username and password
into our application and we use web services to authenticate the user with
windows and then allow them into our application. The problem is that this
creates a session on the server and holds that session open. If the user logs
off our application and another user logs on from that same workstation, the
application errors out. It errors with an reason that sayd something like:
You cant have 2 connections to the same resource as different users.
Anyone have an idea?