Hi Zhengyu
I guess I had not formaulated my earlier mail in proper way...Actually..
The user logs in to the site...He is taken to a servlet that sets a calendar
for him..suppose he sets the date 30 Sep 2000.
Now, another user logs in....He goes to the same calendar servlet...But the
calendar date set for him is 30 Sep 2000 (what ever the user before him had
set..)..
I am not able to trace..how the date is getting set for the second user.
Ajay
----- Original Message -----
From: Ren zhengyu <zhengyu@c...>
To: Servlets <servlets@p...>
Sent: Tuesday, September 26, 2000 1:00 PM
Subject: [servlets] Re: Session Data
> Do you really need the date to identity the user? you can easy to use
> session id to do it.