I try to use the perl script to automate the interaction with a website.
I use module WWW::Mechanize to realize my design. But, the website [https] shows session expired.
Can anyone help me with this problem.
|
I try to use the perl script to automate the interaction with a website. I use module WWW::Mechanize to realize my design. But, the website [https] shows session expired. Can anyone help me with this problem.
| |||||||||||||
feedback
|
|
First you need to try to login to the same site via browser but with Javascript disabled. If you'll get same error page this mean that some cookies (or some redirects) are added via Javascript so you need to add these cookies manually from your code. Any way i recommend you to install HttpFox for Mozilla Firefox and record you login session after that you can find what's wrong with the target site. | |||
|
feedback
|
|
Did you
? | |||||||||||
feedback
|