Hi all,
I have small problem: When I click() in to link who load page in new window, the I received different session cookie.
pls. help me!
This is the link that I meke .click() and I lose sessionId:
<a href=http://www.site.com/php/go.php?op=4 target=_comm>Help</a>
I make .click() with this code :
WebResponse newWr = link.click();
the link object contains upper link. after link.click(), I received different phpsessionId that before click !
pls. help me !
Log in to post a comment.
Hi all,
I have small problem:
When I click() in to link who load page in new window,
the I received different session cookie.
pls. help me!
This is the link that I meke .click() and I lose sessionId:
<a href=http://www.site.com/php/go.php?op=4 target=_comm>Help</a>
I make .click() with this code :
WebResponse newWr = link.click();
the link object contains upper link. after link.click(), I received different phpsessionId that before click !
pls. help me !