cL83 0 Report post Posted December 2, 2013 Hi, any idea if i wanna capture the dynamic session id at the back of the url example below: http://www.urlname.com/index.php?sessionid=xxxxxxxx the session id will change everytime when login and it is compulsory for the subsequent page visited. Any idea how can i store this dynamic session id and reuse it for the subsequent script? Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted December 2, 2013 You can extract the value of session id with help of $Search function, store it into a variable and then use it in subsequent requests. Quote Share this post Link to post Share on other sites