10-11-2007, 10:19 AM
[eluser]Michael Wales[/eluser]
This will only work if people visit the intraweb site via: http://kontsevoisb/ - is this how people access it?
Basically, you want that line to read exactly what people enter to get to your home page (minus the http:// and the trailing slash). If you want it to be a cookie across the entire domain, so your subdomains can access it as well, omit the subdomain and begin with a period (example, omit www and make it .domain.com).
Code:
$config['cookie_domain'] = "kontsevoisb";
This will only work if people visit the intraweb site via: http://kontsevoisb/ - is this how people access it?
Basically, you want that line to read exactly what people enter to get to your home page (minus the http:// and the trailing slash). If you want it to be a cookie across the entire domain, so your subdomains can access it as well, omit the subdomain and begin with a period (example, omit www and make it .domain.com).