Posted By:
gurpreet_ahluwalia
Posted On:
Monday, March 18, 2002 01:13 AM
i want to create a unique session for the user who logs on my mail service
i am using this code...
i have learnt that this creates a unique session in respect to the host.
String uid=new java.rmi.server.UID().toString();
String uid1=java.net.URLEncoder.encode(uid);