Hello, I have a script I have to work with that is writing a cookie session that has www. in it, but I need to have it work under let's say blog. it's a 99% chance I would not be able to get the core of it to be changed, and the script need to stay upgradedable
so the domain is
.domain.tld
instead of
www.domain.tld
I think I want to I want to rewrite the cookie on request and response... any ideas?
thanks for the help...
Jeremy