Title: Re: [flexcoders] Re: User login and logout
The answer here is quite simple- JAAS.  Every major servlet container on the market today supports JAAS, from Tomcat to JRUN, WLS to WebSphere.  Write your JAAS component to track user’s logging in.  You’ll have to build in logic to handle situations where the user doesn’t formally log-out, i.e. They close the browser window.  Remember, this is still a web app and no notification will be sent to the containers if the user abandons the application that route.  You could get creative here, or use any of the pre-built JAAS authentication libraries from NTLM to LDAP to authenticate above and beyond controlling the roles and capabilities of the principles.

Search for JAAS here and in the NNTP groups and you’re guaranteed to find a number of threads discussing the techniques further.

HTH,

Jason

__________
Jason Weiss
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email: jasonDOTweissATcynergysystemsDOTcom__nospam
Office: 866-CYNERGY



On 12/6/05 2:14 PM, "charged2885" <[EMAIL PROTECTED]> wrote:

I'm interested in this as well.

--- In flexcoders@yahoogroups.com, "Dan" <[EMAIL PROTECTED]> wrote:
>
> hi all,
>
> I am trying to build an application that will kick out the first usr
> when another user using the same id login. Does anyone has any idea
> which area i should look into???
>
> Dan
>








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com


  

 
 
SPONSORED LINKS
          
  
Web site design development <http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQa>   Computer software development <http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1l>   Software design and development <http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9A>   
  
Macromedia flex <http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZI36cYzBjw>   Software development best practice <http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=f89quyyulIDsn>         
 
 

YAHOO! GROUPS LINKS


 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to