Yeah, I didn't really mean setting the cookie on the server (*nx), but rather how to read the cookie that has been set via a page (the agreement page) on Server1 to allow the user to access a login page on the other server (Windows), Server2.
I am trying to prevent users from going through the "back door" to log in, as many already have that page bookmarked. Thinking this through, it would seem that when the user goes to the login page on Server2, the code should look for the cookie that was set when the user accessed the Agreement Page on Server1.
If the 2 servers are server1.doman.com and server2.domain.com and the cookie is set when accessing the Agreement Page on Server1, I understand from documentation that when the cookie is specified (in the Agreement Page code), it can be across the domain.com domain and these pages could "talk" to one another when looking for the cookie.
Please bear with me as I am just looking for clarification before proceeding. I can post some code later.