Hi, I have an application using ExtJS on the front end and TurboGears on the server. I am now started to add cookies to handle customisation front side using the CookieProvider state manager. This is cool but the cookies are passed on every call and these cookies are sizable. I have concerns about the performance hit.
Long and short, is there a way I can block certain cookies from being sent on calls to the server?
- Dave