Hi All,
I am using Apache HTTP Client 3.0. I would like to know the location where HTTP Client stores the cookies send by server. Does it store in a directory like Internet explorer browser? In case of Internet explorer following things happen: Suppose user visits an http site first time and entered some user name and password. When user tried to access the same http site later the user name and password are entered automatically and these values came from Cookies. Can we achieve same functionality with Apache HTTP client? If possible could you please explain how? Regards, Lalit
