M
Mike
Hi,
I've been using httpwebrequest / xmlserverhttp to log into a website
via POST. I've received all the response headers back, some of which
contain the "set-cookie" headers.
When performing any other action on the website I need to submit the
JSESSION id and BSESSIONID as part of my POSTS.
I was just wondering where these session ids originate, from the server
or client side as I cannot see these in the response headers. If its
from the server how do I capture this? If it is client side, how does
one generate them? I assume if it is client side then they must be
being sent with my original log-in POST?
Thank you for any help,
Mike
I've been using httpwebrequest / xmlserverhttp to log into a website
via POST. I've received all the response headers back, some of which
contain the "set-cookie" headers.
When performing any other action on the website I need to submit the
JSESSION id and BSESSIONID as part of my POSTS.
I was just wondering where these session ids originate, from the server
or client side as I cannot see these in the response headers. If its
from the server how do I capture this? If it is client side, how does
one generate them? I assume if it is client side then they must be
being sent with my original log-in POST?
Thank you for any help,
Mike