R
Raterus
Hello,
I've got a bunch of web-portals that customers use to log-in and see their data. In a production environment, each of these has a completely different domain name, but they all point back to one web-server/same IP, they just have different applications configured in IIS.
I've created an authentication cookie, where a master user can hop from one site to another, and not have to keep logging in. This works fine on my test box, but I've just realized that from IE's perspective, it's all the same host.
I'd like to be able to access these cookies from any site, but I realize for security reasons, you can't read a cookies set from another site. In my case though, they really aren't set from another site. Am I out of luck when it comes to accessing these cookies?
--Michael
I've got a bunch of web-portals that customers use to log-in and see their data. In a production environment, each of these has a completely different domain name, but they all point back to one web-server/same IP, they just have different applications configured in IIS.
I've created an authentication cookie, where a master user can hop from one site to another, and not have to keep logging in. This works fine on my test box, but I've just realized that from IE's perspective, it's all the same host.
I'd like to be able to access these cookies from any site, but I realize for security reasons, you can't read a cookies set from another site. In my case though, they really aren't set from another site. Am I out of luck when it comes to accessing these cookies?
--Michael