We are using cookies to identify returning customers. Our application runs on our server but the main url calls a different server that in turn loads our app.
When we access the app directly from our server (using ip address + web_app + page) the cookie is saved and accessible when returning. However, when we access the app through the main url (<!-- w --><a class="postlink" href="http://www.---.com">www.---.com</a><!-- w -->) it will not set a cookie.
What do we need to do to set the cookie?
When we access the app directly from our server (using ip address + web_app + page) the cookie is saved and accessible when returning. However, when we access the app through the main url (<!-- w --><a class="postlink" href="http://www.---.com">www.---.com</a><!-- w -->) it will not set a cookie.
What do we need to do to set the cookie?