Session Handling in Tomcat 3.2.4

2002-11-26 Thread Vaibhav Kulkarni
it will work and does server supports such kind of requests of creating the session object with the same name as specified in the url connection. Regards, Vaibhav -- Vaibhav Kulkarni Embedded Systems Group. rapidEffect (P) Ltd. 25,Napier Road, Pune 411 001 Ph. 020 6363250 -- To unsubscribe, e-mail

Session Handling in Tomcat 3.2.4

2002-11-26 Thread Vaibhav Kulkarni
Hi all, Can i persist the session id generated from the server request.getSession(); I am having one class which connects to the server with url object and receives a session id as response from the server. Now the same session id is used by other programs to communicate with the server. Now if