Is it possible to put variables containing javascript into a cookie? I'm considering different bandwidth-saving methods.
mehh
6:07 pm on May 20, 2007 (gmt 0)
yes it is possible. you just need to store the javascript in a cookie then eval() it at the other end. however i think caching javascript would probilby work better
Fotiman
2:00 pm on May 21, 2007 (gmt 0)
Since cookies are passed with each request/response, you will be using MORE bandwidth if you try to do this.