I have recently run into a problem with the fact of sessions and cookies not working on a redirected domain. I am just wondering if anyone has ever run into this problem or has any suggestions?
I have already tried changing the cookie to every domain combo possible.
Thanks
Cookies are specific to a domain, so if you are sending them to a different one, they won't show up. You could try a to pass them on the query string or something, but as far as cookies... no.
Would it be possible to build something that would read all cookies from the old domain, and then re-write cookies the same for the new domain. Perhpas have a page on the old domain that reads and passes info to a page on the new domain which writes the new cookies. Or something?