search for: session_rikey

Displaying 1 result from an estimated 1 matches for "session_rikey".

Did you mean: session_key
2007 Aug 21
7
Signin to LinkedIn
...login_form.session_password = ''PASSWORD'' welcome_page = agent.submit(login_form, login_form.buttons.first) puts "\nWELCOME PAGE" pp welcome_page <<<< Currently returns signin page I tried mucking about with a session key, but no joy: login_form.session_rikey = agent.cookies.find{ |c| ''JSESSIONID'' == c.name }.value (My goal is to scrape a list of my connections'' new connections.) Thanks, -- Bil Kleb http://nasarb.rubyforge.org