Re: How to implement this

2003-01-22 Thread Lajos Moczar
Heny - If you are referring to single-signon, all you have to do is uncomment the single-signon value in server.xml and restart. That way, when a user logs in to one webapp, the roles will automatically be applicable to any other webapp on the server. Tomcat will create a cookie names JSESSIONIDSS

How to implement this

2003-01-22 Thread Henry
Hi FRIENDS: can anybody give me a concept about implement ONE SIGNIN at the same time? if I use servlet or jsp to implement it the way I consider about is below: 1 record the sessionId and userId in some media(db), then we'll know who is login and who is not 2 use a demon program to determine w