laravel and phantomjs cookie -


i trying pass laravel cookie when executing phantomjs, cant working.

//this on phantom js script phantom.addcookie({     'name': 'laravel_session',     'value': laravel_cookie,     'domain': domain,     'path': '/' }); 

but should laravel_cookie be?

i tried various options emulating browser should hold recognized logged in user:

session::getid() crypt::encrypt(session::getid()) 

none of work, ideas?


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -