> Hi, > > One of our clients use the Squid Proxy Server in their network > and when people try to access our WebObjects application behind > the proxy, the application returns the same session ID for all > request; thus everyone shares the same session ID in opposed to > having their own. > > What do they exactly need to configure not to cache the requests > so everyone can access to our application without a problem? > Configure your webserver to provide adequate caching info for objects served on the Net. A good place to start reading is : http://www.mnot.net/cache_docs/ M.