Currently I have this problem: I have two apps, like
ipaddress:port/app1 ipaddress:port/app2
These two apps can't share session from each other. So I think if i merged these two apps into one, like
ipaddress:80/app/app1 ipaddress:80/app/app2
and using a web server(i'm intending to use IHS) to make a proxy. So the final address will be
ipaddress:portproxy/app1 ipaddress:portproxy/app2
My question is that can I make these two url being able to share session in this way