I have a member's area on my website on my default port 80, there is a user app running on port 8080 of my website called UserPort, when a user goes to UserPort a new empty(has no username inside) session is created. Is there anyway for me to keep the same session from port 80 onto port 8080?
EDIT: Ok so I was referred to the following answer for my problem=Same Session ID on Same IP Address but Different Ports but the code isn't explained well, do I put the first segment of the code with port 110 into my member's area page and put the second segment into my UserPort page?