hi,
using Cookie u can do the trick.
Cookie userCookie = new Cookie("user", "uid1234");
response.addCookie(userCookie);
google u will get several sample codes.
sample,
check the link
http://www.apl.jhu.edu/~hall/java/Se...l-Cookies.html
jomet.
`````````````````````````````````````````````````` ``````````````````````
Once you start a working on something, dont be afraid of failure and dont abandon it.
People who work sincerely are the happiest.