Ask a Question related to ASP.NET General, Design and Development.
-
Fred Palmer #1
Managing cookies for multiple domains
Hi all,
Can anyone point out some best practices for handling cookies with multiple
domains aliases?
The problem is that I've got a site with multiple domain aliases and I want
them to all use the same cookie. This problem can arise with even one
domain if you don't set the domain on the cookie correctly. For example:
Don't set the domain to ".mydomain.com" (leave out the first ".". If
user's come in from "mydomain.com" or if they come in from
"www.mydomain.com" and you set the cookie's domain to the corresponding
domain, then they will be two seperate cookies...That's a problem. The
problem now is, I've got all these aliases to the site. All the domains
essentially go to the same machine. Has anyone out there had similar
problems and how did they approach it. What's the best practice?
One approach seems to be, forward all the aliases to the primary domain, but
this seems inefficient. Can you set multiple domains on a cookie?
Fred
Fred Palmer Guest
-
Multiple Domains, same IP
Hello, Can someone please tell me if there are multiple domains (atleast 5 to 6) pointing to the same IP address, will there be any performance... -
Joining Multiple Domains
Hi, Is it possible to join my laptop to multiple domains such as home and work? Thank you -
Cookies across domains
Hoi Is it possible to use cookies between different domains? For my site I use 2 domains; the first for my global site with ASP en HTML the... -
CGI.pm redirect multiple cookies or multiple domains
I need to set mulitple cookies in a redirect header. Here's a snippet of what I have: # Set Cookie my $cookie1; my $cookie2; if... -
connect a laptop to multiple domains
Excellent, that did the job nicely cheers Bob be domain apparently



Reply With Quote

