- Регистрация
- 20.07.2012
- Сообщения
- 62
- Благодарностей
- 4
- Баллы
- 8
Hi all again
my problem is on the validation link in the part of a subscription after a loop
if i run the project 1 times in debug its ok to the end.
ok so i stop debug
i run another 1 time debug (another regex mail account...) ok
if i run separately the script work like a charm.
The validation link is always found in the mail with de regex
(?<=[\w\W]*){-Variable.RandomEmail-}[\w\W]*{-Variable.MailDomain-}(?=[\w\W]*)
ok so that work!
ok now a want to add a loop with a counter.
if i set a loop if >3 +1 counter
then she make a loop fine
for security i have set a Clean Cash cookies and it run again with another creation of account on the site with a random mail.
for the validation link she pickup the same that on the first run
i have try to set value (blank) to delete the value of RandomEmail - Validation link ...
the validation link is succesfull deleted in the table but
she pickup the same validation link that on the first run back in the table.
i have also try to add a change proxy table - no change
i have also check if the second mail after the first loop is read (in a webmail) she is succesfull read but the link that she pickup the same validation link that on the first run back in the table.
for resume all is working with separated run 1 times.
it seems that the validation link is in cache or...
if anyone a id on this.
is there a way to make a complete clean table value after a loop?
Thanks in advance.
my problem is on the validation link in the part of a subscription after a loop
if i run the project 1 times in debug its ok to the end.
ok so i stop debug
i run another 1 time debug (another regex mail account...) ok
if i run separately the script work like a charm.
The validation link is always found in the mail with de regex
(?<=[\w\W]*){-Variable.RandomEmail-}[\w\W]*{-Variable.MailDomain-}(?=[\w\W]*)
ok so that work!
ok now a want to add a loop with a counter.
if i set a loop if >3 +1 counter
then she make a loop fine
for security i have set a Clean Cash cookies and it run again with another creation of account on the site with a random mail.
for the validation link she pickup the same that on the first run
i have try to set value (blank) to delete the value of RandomEmail - Validation link ...
the validation link is succesfull deleted in the table but
she pickup the same validation link that on the first run back in the table.
i have also try to add a change proxy table - no change
i have also check if the second mail after the first loop is read (in a webmail) she is succesfull read but the link that she pickup the same validation link that on the first run back in the table.
for resume all is working with separated run 1 times.
it seems that the validation link is in cache or...
if anyone a id on this.
is there a way to make a complete clean table value after a loop?
Thanks in advance.