How do I get the session Id associated with a user id rather than using the Servlet request on t

How do I get the session Id associated with a user id rather than using the Servlet request on t
[14 byte] By [708944] at [2007-11-25 4:37:15]
# 1
In com.iplanet.portalserver.session.Session class use the method given below,public SessionID getID()>Returns the session IDIf u need to get clientID then use the method given below,public java.lang.String getClientID()- Returns the client ID in this session
708850 at 2007-6-29 3:08:14 > top of Java-index,Web & Directory Servers,Portal Servers...