Quote:
Originally Posted by V_RocKs
I get a bunch of Emails informing me that a certain sponsor I promote with CCBILL has switched to WMS and this is GOOD NEWS! Why? Because now I will see a new tab featuring the WMS improvements and it shows me a PDF I can download and learn all about their geeky new features.
Cool...
Not!
I logged in with Chrome, FF and IE8 and none of the browsers seemed to work with the WMS. I kept getting errors about cookies not being active and/or not being logged in. Since I was able to use the old tabs which also require you to be both logged in and using cookies it means the WMS are not ready for prime time.
Anybody able to use these new features right now?
If so, what browser are you using?
|
I haven't tried it yet but here is a guess :
The programmer probably forgot to insert a call back to read the cookie after it is set.
When you set a cookie with a script on the server the script cannot read the cookie
until the browser sends the cookie back in a header. Or the cookie is set on a
"www.domain.com" but the area you are surfing is only on "domain.com".
Those are actually two separate domains as far as cookies are concerned in some browsers.
So you can be logged into "www.domain.com" but not "domain.com" on some websites.