spicymango
Programmer
Hi,
I need help in the following senario.
I have a public site with domain mywebsite.com
When I type in mywebsite.com request come to a load balancer. I have 3 web servers on which my site is running, with domains
web1.mywebsite.com
web2.mywebsite.com
web3.mywebsite.com
These server can not be directly access from public, only can be accessed internally (intranet ie
When a request comes Load balancer decides which webserver is least bussy and send the request to that server.
No my question is if I am setting cookie and not defining the cookie domain. For my site mywebsite.com, will my cookie be set for domain
mywebsite.com or for the domain of internal boxes like web1.mywebsite.com
Thanks
I need help in the following senario.
I have a public site with domain mywebsite.com
When I type in mywebsite.com request come to a load balancer. I have 3 web servers on which my site is running, with domains
web1.mywebsite.com
web2.mywebsite.com
web3.mywebsite.com
These server can not be directly access from public, only can be accessed internally (intranet ie
When a request comes Load balancer decides which webserver is least bussy and send the request to that server.
No my question is if I am setting cookie and not defining the cookie domain. For my site mywebsite.com, will my cookie be set for domain
mywebsite.com or for the domain of internal boxes like web1.mywebsite.com
Thanks