Re: How to pass the value extracted to different request?

2005-10-07 Thread DharaniLakshmi Govindan
I saw a different problem..Once a user logins in, a secure id is created and passed along with the cookies for every other transaction. However the secure id is lost somehow during the transction. So I thought of adding a secure id variable in the cookie and assign the value extracted from the

Re: How to pass the value extracted to different request?

2005-10-05 Thread Pavel Gouchtchine
Third HTTP should have reg expression post processor child as well. If it is already, check regular expression is correct. Do some debug of what is extracted and placed into variable. I have used BeanShell scripts to ensure, that data extraction is ok. Pavel On 10/5/05, sebb [EMAIL PROTECTED]

Re: How to pass the value extracted to different request?

2005-10-05 Thread Serguei Belikov
So, extract it twice in different variables. Use one to extract value after each sampler and keep a second one for further use. DharaniLakshmi Govindan wrote: But I need the extracted value from the login remain constant and be used by other request. --- Serguei Belikov [EMAIL PROTECTED]

How to pass the value extracted to different request?

2005-10-04 Thread DharaniLakshmi Govindan
Hi I'm keeping posting this question and I couldn't any help from anyone. So please help me to sort this out. I have a regular expression extractor which extracts the session id from the cookie. I could pass that value for the first HTTP request and when I try to do the same the for the next

Re: How to pass the value extracted to different request?

2005-10-04 Thread Pavel Gouchtchine
In my case, the session and signature of it comes in hidden fields of a response. Each HTTP request has a child RegExpression PostProcessor to extract the values and set them into variables. The variables are used in next request and so on... On 10/4/05, DharaniLakshmi Govindan [EMAIL

Re: How to pass the value extracted to different request?

2005-10-04 Thread DharaniLakshmi Govindan
Pavel, Thanks for ur help! I could pass the value to second and third HTTP request but I couldn't for the fourth one. Do you know why? --- Pavel Gouchtchine [EMAIL PROTECTED] wrote: In my case, the session and signature of it comes in hidden fields of a response. Each HTTP request has a