J
jlc488
I have a system which makes url connection to a remote server.
The thing is this method receive a url and make http connection to a
remote server.
And I need to differentiate each urls due to session management
problem.
I am using cookies to manage session and if I have a given url of
http://www.test.com/a or http://www.test.com/b.
These two urls have different context root wich is a and b However,
this domain-cookie reconize as only one.
Client side(the one receives the urls) is running on embeded machine
and compatible with only JDK 1.3
So, this is my questions, How am I suppose to solve this matter?
Any suggestions or ideas would be really appreciated.
Thanks in advance.
The thing is this method receive a url and make http connection to a
remote server.
And I need to differentiate each urls due to session management
problem.
I am using cookies to manage session and if I have a given url of
http://www.test.com/a or http://www.test.com/b.
These two urls have different context root wich is a and b However,
this domain-cookie reconize as only one.
Client side(the one receives the urls) is running on embeded machine
and compatible with only JDK 1.3
So, this is my questions, How am I suppose to solve this matter?
Any suggestions or ideas would be really appreciated.
Thanks in advance.