single user login at a time for sun portal 6

Hi, How can we setup to only allow one user to login at the same time forsun portal server 6 ? Can someone help ? Thanks!
[156 byte] By [ili1259cheng] at [2007-11-26 10:57:28]
# 1
Hello,You must modify the "Active User Sessions" property in Session service in Access Manager console. You can do it in servcices configuration, on any organisation, any roles or any user.cdltPhilippe
beutin at 2007-7-7 3:10:46 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

Hi,

It works for me, thank you so much !

I got another question , it's very important for me, I have no answer

right now.

If we use PortletRequestDispatcher.include method to call servlet (servlet_1.java) from portlet.java , once the servlet_1.java finish it's action, can servlet_1.java call another servlet (servlet_2.java) ?

If it is possible, how can servlet_1.java call servlet_2.java ?

Can you help me ?

Thanks!

ili1259cheng at 2007-7-7 3:10:46 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3

hi,

sorry but I've no idea... i have do any portlet before and I will try soon surely. I'm not sure that protlet can work together. When the portal generate the page for the user, i dont think it do it "asynchrone" (in english : asynchrous ?) and you can not know wich one will be do first. Then it's not easy to exchange between them. But, you surely can use other way to share data, by user Display Profile or cookies or other way.

a+

Philippe

beutin at 2007-7-7 3:10:46 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4

Hi,

It only works for application level within portal desktop for single user login at the same time after we setup the "Active User Sessions",

it does not work for portal desktop level (I mean that it still allow the same user to multiple login to the portal

desktop at the same time).

Do we have any way to prevent the same user to multiple login to portal desktop at the same time ?

Can you help ?

Thanks!

ili1259cheng at 2007-7-7 3:10:46 > top of Java-index,Web & Directory Servers,Portal Servers...