Questions tagged [cookieless]
12 questions
19
votes
2 answers
What is a cookie-free domain?
What is a cookie-free domain? I've seen these words many times but I never understood what it is.
Alon Gubkin
- 666
- 3
- 7
- 12
11
votes
2 answers
Nginx - Serve static content from a cookieless domain
I'm using the "page speed" extension for Firebug to try to optimise a website and I'm currently working on the following suggestion: "Serve static content from a cookieless domain".
I have created a separate sub-domain for some content so that I…
Tom
- 4,157
- 11
- 41
- 52
7
votes
3 answers
Creating cookieless application on development machine with asp.net
I am thinking about setting up a new domain to host static content on my website and have it cookieless just like Stackoverflow with their static domain.
So before going ahead and buying the domain and setting it up I wanted to test it on my…
ak3nat0n
- 183
- 4
5
votes
0 answers
Creating a seperate static content site for IIS7 and MVC
With reference to this serverfault blog post: A Few Speed Improvements where it talks about how static content for stackexchange is served from a separate cookieless domain...
How would someone go about doing this on IIS7.5 for a ASP.NET MVC…
JK01
- 339
- 2
- 7
- 16
5
votes
1 answer
Cannot get IIS7 to send cookies to IE
I have a web application that I have created that uses the basic asp.net authentication. The authentication systems are working fine code-wise, however I cannot get IIS7 to send the cookies to IE web browsers.
When I browse to my site in Chrome…
KallDrexx
- 306
- 1
- 3
- 12
3
votes
2 answers
Is it possible to set a folder as Cookieless in IIS7?
Is it possible to define a particular folder to be cookieless in IIS7, instead of just the root?
Pure.Krome
- 6,338
- 17
- 72
- 86
1
vote
2 answers
How to configure cookieless virtual host in Apache2?
We run over a hundred web applications (growing daily) on a LAMP stack using Apache2 on Ubuntu 10.04.
We've would like all requests to static content to be cookieless.
We host applications on many different domains, a majority of which as SaSS…
xzyfer
- 323
- 1
- 5
- 12
0
votes
1 answer
Google Analytics setting cookies on static content despite being on entirely separate domain
I recently decided to comply with the YSlow recommendation that static content is hosted on a cookieless domain.
As I already use the root of my domain (donaldjenkins.com) to host my website—on which Google Analytics sets a few cookies—that meant I…
Donald Jenkins
- 153
- 1
- 8
0
votes
1 answer
varnish serving static files from subdomains for better page load speed
Optimizing page load speed practices include to load static assets, like images, css, js, from subdomains, so to increase performance, by using cookieless domains, but most importantly by having parallel downloads from the browser.
I use varnish…
john
- 137
- 5
0
votes
1 answer
cookieless site in IIS
how can i set site in iss so that it will be cookieless?
i'm using asp and not asp.net
thanks
user48228
- 101
- 1
0
votes
2 answers
Stripping cookies from image files?
I want to achieve cookie free image serving as discussed here :
http://code.google.com/speed/page-speed/docs/request.html#ServeFromCookielessDomain
I have created a new sub-domain "static.example.com" serving only images, javscript and css (file…
iTech
- 355
- 4
- 15
0
votes
1 answer
Web Server Scripting Hack to Maintain State and Keep a Domain Cookieless
I am looking for a solution on a LAMP server to keep a site cookieless such as "example.com", where static content is served from "static.example.com", and with rules in place to rewrite requests for "www.example.com" to "example.com". I am really…
jasonspalace