I wrote a test servlet to fix the Session id and the Cache-control headers. The only header that my server is setting now is the max-age header , set to 3600. Even with this, squid doesnot seem to cache the reponse. Can you look at the log and help me troubleshoot ? 2006/11/22 16:19:47| init-ing hdr: 0x9dc44cc owner: 1 2006/11/22 16:19:47| parsing hdr: (0x9dc44cc) User-Agent: curl/7.10.6 (i386-redhat-linux-gnu) libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4 Host: russia:3128 Pragma: no-cache Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* 2006/11/22 16:19:47| creating entry 0x9dfca80: near 'User-Agent: curl/7.10.6 (i386-redhat-linux-gnu) libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4' 2006/11/22 16:19:47| created entry 0x9dfca80: 'User-Agent: curl/7.10.6 (i386-redhat-linux-gnu) libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4' 2006/11/22 16:19:47| 0x9dc44cc adding entry: 49 at 0 2006/11/22 16:19:47| creating entry 0x9db8e58: near 'Host: russia:3128' 2006/11/22 16:19:47| created entry 0x9db8e58: 'Host: russia:3128' 2006/11/22 16:19:47| 0x9dc44cc adding entry: 24 at 1 2006/11/22 16:19:47| creating entry 0x9c47a08: near 'Pragma: no-cache' 2006/11/22 16:19:47| created entry 0x9c47a08: 'Pragma: no-cache' 2006/11/22 16:19:47| 0x9dc44cc adding entry: 34 at 2 2006/11/22 16:19:47| creating entry 0x9d406e8: near 'Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*' 2006/11/22 16:19:47| created entry 0x9d406e8: 'Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*' 2006/11/22 16:19:47| 0x9dc44cc adding entry: 0 at 3 2006/11/22 16:19:47| 0x9dc44cc lookup for 47 2006/11/22 16:19:47| 0x9dc44cc lookup for 38 2006/11/22 16:19:47| 0x9dc44cc lookup for 9 2006/11/22 16:19:47| 0x9dc44cc lookup for 51 2006/11/22 16:19:47| 0x9dc44cc lookup for 38 2006/11/22 16:19:47| 0x9dc44cc lookup for 9 2006/11/22 16:19:47| The request GET http://russia.nscp.aoltw.net:3128/cachetest?text=2 is ALLOWED, because it matched 'all' 2006/11/22 16:19:47| 0x9dc44cc lookup for 34 2006/11/22 16:19:47| 0x9dc44cc: joining for id 34 2006/11/22 16:19:47| 0x9dc44cc: joined for id 34: no-cache 2006/11/22 16:19:47| 0x9dc44cc lookup for 7 2006/11/22 16:19:47| 0x9dc44cc lookup for 7 2006/11/22 16:19:47| 0x9dc44cc lookup for 37 2006/11/22 16:19:47| 0x9dc44cc lookup for 51 2006/11/22 16:19:47| aclMatchRegex: match '\?' found in '/cachetest?text=2' 2006/11/22 16:19:47| init-ing hdr: 0x9e24a68 owner: 2 2006/11/22 16:19:47| 0x9e24a68 lookup for 38 2006/11/22 16:19:47| 0x9e24a68 lookup for 9 2006/11/22 16:19:47| 0x9e24a68 lookup for 38 2006/11/22 16:19:47| 0x9e24a68 lookup for 9 2006/11/22 16:19:47| 0x9e24a68 lookup for 22 2006/11/22 16:19:47| peerSourceHashSelectParent: Calculating hash for 10.169.155.156 2006/11/22 16:19:47| httpStart: "GET http://russia.nscp.aoltw.net:3128/cachetest?text=2" 2006/11/22 16:19:47| init-ing hdr: 0x9dc7e54 owner: 1 2006/11/22 16:19:47| httpSendRequest: FD 13: httpState 0x9dc7c38. 2006/11/22 16:19:47| init-ing hdr: 0xbfff8d00 owner: 1 2006/11/22 16:19:47| httpBuildRequestHeader: range specs: (nil), cachable: 0; we_do_ranges: 0 2006/11/22 16:19:47| 0x9dc44cc: joining for id 9 2006/11/22 16:19:47| httpBuildRequestHeader: User-Agent: curl/7.10.6 (i386-redhat-linux-gnu) libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4 2006/11/22 16:19:47| created entry 0x9e205b0: 'User-Agent: curl/7.10.6 (i386-redhat-linux-gnu) libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4' 2006/11/22 16:19:47| 0xbfff8d00 adding entry: 49 at 0 2006/11/22 16:19:47| httpBuildRequestHeader: Host: russia:3128 2006/11/22 16:19:47| created entry 0x9e21b88: 'Host: russia.nscp.aoltw.net:3128' 2006/11/22 16:19:47| 0xbfff8d00 adding entry: 24 at 1 2006/11/22 16:19:47| httpBuildRequestHeader: Pragma: no-cache 2006/11/22 16:19:47| created entry 0x9dc4288: 'Pragma: no-cache' 2006/11/22 16:19:47| 0xbfff8d00 adding entry: 34 at 2 2006/11/22 16:19:47| httpBuildRequestHeader: Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* 2006/11/22 16:19:47| created entry 0x9e1db60: 'Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*' 2006/11/22 16:19:47| 0xbfff8d00 adding entry: 0 at 3 2006/11/22 16:19:47| 0x9dc44cc: joining for id 51 2006/11/22 16:19:47| created entry 0x9dfeca0: 'Via: 1.1 russia.nscp.aoltw.net:3128 (squid/2.6.STABLE4)' 2006/11/22 16:19:47| 0xbfff8d00 adding entry: 51 at 4 2006/11/22 16:19:47| 0x9dc44cc: joining for id 57 2006/11/22 16:19:47| created entry 0x9e20690: 'X-Forwarded-For: 10.169.155.156' 2006/11/22 16:19:47| 0xbfff8d00 adding entry: 57 at 5 2006/11/22 16:19:47| 0xbfff8d00 lookup for 24 2006/11/22 16:19:47| 0xbfff8d00 lookup for 7 2006/11/22 16:19:47| getMaxAge: 'http://russia.nscp.aoltw.net:3128/cachetest?text=2' 2006/11/22 16:19:47| 0x9dc44cc lookup for 34 2006/11/22 16:19:47| 0xbfff8d00 del-by-id 8 2006/11/22 16:19:47| created entry 0x9e1ee88: 'Cache-Control: max-age=259200' 2006/11/22 16:19:47| 0xbfff8d00 adding entry: 8 at 6 2006/11/22 16:19:47| created entry 0x9e10af0: 'Connection: keep-alive' 2006/11/22 16:19:47| 0xbfff8d00 adding entry: 9 at 7 2006/11/22 16:19:47| 0xbfff8d00 lookup for 7 2006/11/22 16:19:47| packing hdr: (0xbfff8d00) 2006/11/22 16:19:47| cleaning hdr: 0xbfff8d00 owner: 1 2006/11/22 16:19:47| destroying entry 0x9e205b0: 'User-Agent: curl/7.10.6 (i386-redhat-linux-gnu) libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4' 2006/11/22 16:19:47| destroying entry 0x9e21b88: 'Host: russia.nscp.aoltw.net:3128' 2006/11/22 16:19:47| destroying entry 0x9dc4288: 'Pragma: no-cache' 2006/11/22 16:19:47| destroying entry 0x9e1db60: 'Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*' 2006/11/22 16:19:47| destroying entry 0x9dfeca0: 'Via: 1.1 russia.nscp.aoltw.net:3128 (squid/2.6.STABLE4)' 2006/11/22 16:19:47| destroying entry 0x9e20690: 'X-Forwarded-For: 10.169.155.156' 2006/11/22 16:19:47| destroying entry 0x9e1ee88: 'Cache-Control: max-age=259200' 2006/11/22 16:19:47| destroying entry 0x9e10af0: 'Connection: keep-alive' 2006/11/22 16:19:47| httpSendRequest: FD 13: GET /cachetest?text=2 HTTP/1.0 User-Agent: curl/7.10.6 (i386-redhat-linux-gnu) libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4 Host: russia.nscp.aoltw.net:3128 Pragma: no-cache Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* Via: 1.1 russia.nscp.aoltw.net:3128 (squid/2.6.STABLE4) X-Forwarded-For: 10.169.155.156 Cache-Control: max-age=259200 Connection: keep-alive 2006/11/22 16:19:47| httpSendComplete: FD 13: size 392: errflag 0. 2006/11/22 16:19:47| httpReadReply: FD 13: len 394. 2006/11/22 16:19:47| ctx: enter level 0: 'http://russia.nscp.aoltw.net:3128/cachetest?text=2' 2006/11/22 16:19:47| httpProcessReplyHeader: key '38AF329ECB7FF82D1FF0CAA33A3D83A8' 2006/11/22 16:19:47| GOT HTTP REPLY HDR: --------- HTTP/1.1 200 OK Date: Thu, 23 Nov 2006 00:19:47 GMT Server: Apache/2.0.54 (Unix) mod_jk/1.2.14 Etag: "1164241187367-ow:c=1" Cache-Control: max-age=36000 Content-Length: 130 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/plain ---------- 2006/11/22 16:19:47| cleaning hdr: 0x9e24a68 owner: 2 2006/11/22 16:19:47| init-ing hdr: 0x9e24a68 owner: 2 2006/11/22 16:19:47| 0x9e24a68 lookup for 38 2006/11/22 16:19:47| 0x9e24a68 lookup for 9 2006/11/22 16:19:47| 0x9e24a68 lookup for 38 2006/11/22 16:19:47| 0x9e24a68 lookup for 9 2006/11/22 16:19:47| 0x9e24a68 lookup for 22 2006/11/22 16:19:47| parsing hdr: (0x9e24a68) Date: Thu, 23 Nov 2006 00:19:47 GMT Server: Apache/2.0.54 (Unix) mod_jk/1.2.14 Etag: "1164241187367-ow:c=1" Cache-Control: max-age=36000 Content-Length: 130 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/plain 2006/11/22 16:19:47| creating entry 0x9e10af0: near 'Date: Thu, 23 Nov 2006 00:19:47 GMT' 2006/11/22 16:19:47| created entry 0x9e10af0: 'Date: Thu, 23 Nov 2006 00:19:47 GMT' 2006/11/22 16:19:47| 0x9e24a68 adding entry: 20 at 0 2006/11/22 16:19:47| creating entry 0x9e1ee88: near 'Server: Apache/2.0.54 (Unix) mod_jk/1.2.14' 2006/11/22 16:19:47| created entry 0x9e1ee88: 'Server: Apache/2.0.54 (Unix) mod_jk/1.2.14' 2006/11/22 16:19:47| 0x9e24a68 adding entry: 44 at 1 2006/11/22 16:19:47| creating entry 0x9e20690: near 'Etag: "1164241187367-ow:c=1"' 2006/11/22 16:19:47| created entry 0x9e20690: 'ETag: "1164241187367-ow:c=1"' 2006/11/22 16:19:47| 0x9e24a68 adding entry: 21 at 2 2006/11/22 16:19:47| creating entry 0x9dfeca0: near 'Cache-Control: max-age=36000' 2006/11/22 16:19:47| created entry 0x9dfeca0: 'Cache-Control: max-age=36000' 2006/11/22 16:19:47| 0x9e24a68 adding entry: 8 at 3 2006/11/22 16:19:47| creating entry 0x9e1db60: near 'Content-Length: 130' 2006/11/22 16:19:47| created entry 0x9e1db60: 'Content-Length: 130' 2006/11/22 16:19:47| 0x9e24a68 adding entry: 14 at 4 2006/11/22 16:19:47| creating entry 0x9dc4288: near 'Keep-Alive: timeout=15, max=100' 2006/11/22 16:19:47| created entry 0x9dc4288: 'Keep-Alive: timeout=15, max=100' 2006/11/22 16:19:47| 0x9e24a68 adding entry: 65 at 5 2006/11/22 16:19:47| creating entry 0x9e21b88: near 'Connection: Keep-Alive' 2006/11/22 16:19:47| created entry 0x9e21b88: 'Connection: Keep-Alive' 2006/11/22 16:19:47| 0x9e24a68 adding entry: 9 at 6 2006/11/22 16:19:47| creating entry 0x9e205b0: near 'Content-Type: text/plain' 2006/11/22 16:19:47| created entry 0x9e205b0: 'Content-Type: text/plain' 2006/11/22 16:19:47| 0x9e24a68 adding entry: 18 at 7 2006/11/22 16:19:47| 0x9e24a68: joining for id 8 2006/11/22 16:19:47| 0x9e24a68: joined for id 8: max-age=36000 2006/11/22 16:19:47| 0x9e24a68 lookup for 38 2006/11/22 16:19:47| 0x9e24a68 lookup for 9 2006/11/22 16:19:47| 0x9e24a68: joining for id 9 2006/11/22 16:19:47| 0x9e24a68: joined for id 9: Keep-Alive 2006/11/22 16:19:47| 0x9e24a68 lookup for 38 2006/11/22 16:19:47| 0x9e24a68 lookup for 9 2006/11/22 16:19:47| 0x9e24a68: joining for id 9 2006/11/22 16:19:47| 0x9e24a68: joined for id 9: Keep-Alive 2006/11/22 16:19:47| httpProcessReplyHeader: HTTP CODE: 200 2006/11/22 16:19:47| 0x9e24a68 lookup for 50 2006/11/22 16:19:47| 0x9e24a68 lookup for 34 2006/11/22 16:19:47| refreshCheck: 'http://russia.nscp.aoltw.net:3128/cachetest?text=2' 2006/11/22 16:19:47| FRESH: expires 1164277187 >= check_time 1164241247 2006/11/22 16:19:47| Staleness = -1 2006/11/22 16:19:47| refreshCheck: Matched '. 0 20% 259200' 2006/11/22 16:19:47| refreshCheck: age = 60 2006/11/22 16:19:47| check_time: Thu, 23 Nov 2006 00:20:47 GMT 2006/11/22 16:19:47| entry->timestamp: Thu, 23 Nov 2006 00:19:47 GMT 2006/11/22 16:19:47| ctx: exit level 0 2006/11/22 16:19:47| init-ing hdr: 0x9e20188 owner: 2 2006/11/22 16:19:47| 0x9e20188 lookup for 38 2006/11/22 16:19:47| 0x9e20188 lookup for 9 2006/11/22 16:19:47| 0x9e20188 lookup for 38 2006/11/22 16:19:47| 0x9e20188 lookup for 9 2006/11/22 16:19:47| 0x9e20188 lookup for 22 2006/11/22 16:19:47| cleaning hdr: 0x9e20188 owner: 2 2006/11/22 16:19:47| init-ing hdr: 0x9e20188 owner: 2 2006/11/22 16:19:47| 0x9e20188 lookup for 38 2006/11/22 16:19:47| 0x9e20188 lookup for 9 2006/11/22 16:19:47| 0x9e20188 lookup for 38 2006/11/22 16:19:47| 0x9e20188 lookup for 9 2006/11/22 16:19:47| 0x9e20188 lookup for 22 2006/11/22 16:19:47| parsing hdr: (0x9e20188) Date: Thu, 23 Nov 2006 00:19:47 GMT Server: Apache/2.0.54 (Unix) mod_jk/1.2.14 Etag: "1164241187367-ow:c=1" Cache-Control: max-age=36000 Content-Length: 130 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/plain 2006/11/22 16:19:47| creating entry 0x9dfca68: near 'Date: Thu, 23 Nov 2006 00:19:47 GMT' 2006/11/22 16:19:47| created entry 0x9dfca68: 'Date: Thu, 23 Nov 2006 00:19:47 GMT' 2006/11/22 16:19:47| 0x9e20188 adding entry: 20 at 0 2006/11/22 16:19:47| creating entry 0x9c479f0: near 'Server: Apache/2.0.54 (Unix) mod_jk/1.2.14' 2006/11/22 16:19:47| created entry 0x9c479f0: 'Server: Apache/2.0.54 (Unix) mod_jk/1.2.14' 2006/11/22 16:19:47| 0x9e20188 adding entry: 44 at 1 2006/11/22 16:19:47| creating entry 0x9dff368: near 'Etag: "1164241187367-ow:c=1"' 2006/11/22 16:19:47| created entry 0x9dff368: 'ETag: "1164241187367-ow:c=1"' 2006/11/22 16:19:47| 0x9e20188 adding entry: 21 at 2 2006/11/22 16:19:47| creating entry 0x9dfca50: near 'Cache-Control: max-age=36000' 2006/11/22 16:19:47| created entry 0x9dfca50: 'Cache-Control: max-age=36000' 2006/11/22 16:19:47| 0x9e20188 adding entry: 8 at 3 2006/11/22 16:19:47| creating entry 0x9df1728: near 'Content-Length: 130' 2006/11/22 16:19:47| created entry 0x9df1728: 'Content-Length: 130' 2006/11/22 16:19:47| 0x9e20188 adding entry: 14 at 4 2006/11/22 16:19:47| creating entry 0x9e1ed88: near 'Keep-Alive: timeout=15, max=100' 2006/11/22 16:19:47| created entry 0x9e1ed88: 'Keep-Alive: timeout=15, max=100' 2006/11/22 16:19:47| 0x9e20188 adding entry: 65 at 5 2006/11/22 16:19:47| creating entry 0x9c479d8: near 'Connection: Keep-Alive' 2006/11/22 16:19:47| created entry 0x9c479d8: 'Connection: Keep-Alive' 2006/11/22 16:19:47| 0x9e20188 adding entry: 9 at 6 2006/11/22 16:19:47| creating entry 0x9e205c8: near 'Content-Type: text/plain' 2006/11/22 16:19:47| created entry 0x9e205c8: 'Content-Type: text/plain' 2006/11/22 16:19:47| 0x9e20188 adding entry: 18 at 7 2006/11/22 16:19:47| 0x9e20188: joining for id 8 2006/11/22 16:19:47| 0x9e20188: joined for id 8: max-age=36000 2006/11/22 16:19:47| 0x9e20188 lookup for 38 2006/11/22 16:19:47| 0x9e20188 lookup for 9 2006/11/22 16:19:47| 0x9e20188: joining for id 9 2006/11/22 16:19:47| 0x9e20188: joined for id 9: Keep-Alive 2006/11/22 16:19:47| 0x9e20188 lookup for 38 2006/11/22 16:19:47| 0x9e20188 lookup for 9 2006/11/22 16:19:47| 0x9e20188: joining for id 9 2006/11/22 16:19:47| 0x9e20188: joined for id 9: Keep-Alive 2006/11/22 16:19:47| 0x9e20188 del-by-id 38 2006/11/22 16:19:47| 0x9e20188 del-by-id 65 2006/11/22 16:19:47| destroying entry 0x9e1ed88: 'Keep-Alive: timeout=15, max=100' 2006/11/22 16:19:47| 0x9e20188 lookup for 9 2006/11/22 16:19:47| 0x9e20188: joining for id 9 2006/11/22 16:19:47| 0x9e20188: joined for id 9: Keep-Alive 2006/11/22 16:19:47| 0x9e20188 del-by-id 9 2006/11/22 16:19:47| destroying entry 0x9c479d8: 'Connection: Keep-Alive' 2006/11/22 16:19:47| 0x9e20188 lookup for 53 2006/11/22 16:19:47| created entry 0x9c479d8: 'X-Cache: MISS from russia.nscp.aoltw.net' 2006/11/22 16:19:47| 0x9e20188 adding entry: 55 at 8 2006/11/22 16:19:47| 0x9e20188: joining for id 51 2006/11/22 16:19:47| 0x9e20188 del-by-id 51 2006/11/22 16:19:47| created entry 0x9e1ed88: 'Via: 1.0 russia.nscp.aoltw.net:3128 (squid/2.6.STABLE4)' 2006/11/22 16:19:47| 0x9e20188 adding entry: 51 at 9 2006/11/22 16:19:47| created entry 0x9ddb6d0: 'Connection: close' 2006/11/22 16:19:47| 0x9e20188 adding entry: 9 at 10 2006/11/22 16:19:47| httpReplyBodyBuildSize: Setting maxBodySize to 0 2006/11/22 16:19:47| The reply for GET http://russia.nscp.aoltw.net:3128/cachetest?text=2 is ALLOWED, because it matched 'all' 2006/11/22 16:19:47| packing hdr: (0x9e20188) 2006/11/22 16:19:47| httpPconnTransferDone: FD 13 2006/11/22 16:19:47| httpPconnTransferDone: content_length=130 2006/11/22 16:19:47| cleaning hdr: 0x9dc7e54 owner: 1 2006/11/22 16:19:47| ctx: enter level 0: 'http://russia.nscp.aoltw.net:3128/cachetest?text=2' 2006/11/22 16:19:47| cleaning hdr: 0x9e24a68 owner: 2 2006/11/22 16:19:47| destroying entry 0x9e10af0: 'Date: Thu, 23 Nov 2006 00:19:47 GMT' 2006/11/22 16:19:47| destroying entry 0x9e1ee88: 'Server: Apache/2.0.54 (Unix) mod_jk/1.2.14' 2006/11/22 16:19:47| destroying entry 0x9e20690: 'ETag: "1164241187367-ow:c=1"' 2006/11/22 16:19:47| destroying entry 0x9dfeca0: 'Cache-Control: max-age=36000' 2006/11/22 16:19:47| destroying entry 0x9e1db60: 'Content-Length: 130' 2006/11/22 16:19:47| destroying entry 0x9dc4288: 'Keep-Alive: timeout=15, max=100' 2006/11/22 16:19:47| destroying entry 0x9e21b88: 'Connection: Keep-Alive' 2006/11/22 16:19:47| destroying entry 0x9e205b0: 'Content-Type: text/plain' 2006/11/22 16:19:47| ctx: exit level 0 2006/11/22 16:19:47| cleaning hdr: 0x9dc44cc owner: 1 2006/11/22 16:19:47| destroying entry 0x9dfca80: 'User-Agent: curl/7.10.6 (i386-redhat-linux-gnu) libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4' 2006/11/22 16:19:47| destroying entry 0x9db8e58: 'Host: russia:3128' 2006/11/22 16:19:47| destroying entry 0x9c47a08: 'Pragma: no-cache' 2006/11/22 16:19:47| destroying entry 0x9d406e8: 'Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*' 2006/11/22 16:19:47| cleaning hdr: 0x9e20188 owner: 2 2006/11/22 16:19:47| destroying entry 0x9dfca68: 'Date: Thu, 23 Nov 2006 00:19:47 GMT' 2006/11/22 16:19:47| destroying entry 0x9c479f0: 'Server: Apache/2.0.54 (Unix) mod_jk/1.2.14' 2006/11/22 16:19:47| destroying entry 0x9dff368: 'ETag: "1164241187367-ow:c=1"' 2006/11/22 16:19:47| destroying entry 0x9dfca50: 'Cache-Control: max-age=36000' 2006/11/22 16:19:47| destroying entry 0x9df1728: 'Content-Length: 130' 2006/11/22 16:19:47| destroying entry 0x9e205c8: 'Content-Type: text/plain' 2006/11/22 16:19:47| destroying entry 0x9c479d8: 'X-Cache: MISS from russia.nscp.aoltw.net' 2006/11/22 16:19:47| destroying entry 0x9e1ed88: 'Via: 1.0 russia.nscp.aoltw.net:3128 (squid/2.6.STABLE4)' 2006/11/22 16:19:47| destroying entry 0x9ddb6d0: 'Connection: close' ------------------------------------------ Mohan Rao (650 937 3369) / mohansrao@xxxxxxx AIM : mohansrao MBA at Santa Clara University ------------------------------------------