Upon log in, the cookie, whose name is WCSESSIONSTATE by default, is not being saved on wwprocess; thus, every new click creates a new session record. The cookie information is saved on the response object, but nothing gets sent to the browser. I'm using the developer tools in Chrome to assure there is no cookie being set up. The same project, set up on other computers, successfully saves the cookie.
The session records are saved in the wwSession table in SQL. My browser has cookies enabled. I can track cookies for any other website, including the same website running on a different computer.
Why is it happening? And how to solve it?
Thank you!