Is it possible to run ENTIRE site (not just images, etc) via CDN?
|
09-26-2012, 11:01 PM
Post: #65
|
|||
|
|||
RE: Is it possible to run ENTIRE site (not just images, etc) via CDN?
I've been busy thinking about this problem for a while now and I've figure out it might be much simpeler to just use a cookie-path when setting cookies for sessions and so on.
So certain pages would not be cached, but other HTML can just be cached. So / can be cached at the CDN for first time visitors, but URL's starting with /c/ would get a session-cookie with a path: /c/ So when you want someone to login to a forum the forum would be at: /c/forum/ http://curl.haxx.se/rfc/cookie_spec.html Also Amazon can handle these kinds of things much better now: http://aws.typepad.com/aws/2012/09/amazo...-more.html |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)