Thick Client [Cookie problem]

2008-02-06 Thread Joseph Ribin Roy
Hi All, In My application will download and exe file from the server and install it in the local machines. This will then communicate with the server and downloads more data. All this communication is happening through a Thick Client; under the covers it makes use of HTTPS. I had to

Re: Thick Client [Cookie problem]

2008-02-06 Thread sebb
Use the Tree View Listener to see what cookies (if any) are being received and returned. The application probably has a login phase before the cookie will be sent by the server - is this happening? On 06/02/2008, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Hi All, In My application