I need to save all cookies from first page in text file on hard disk.
How to do this with javascript?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For security reasons you cannot use javascript to read/write files on the client computer. You can read/write cookies which could be persistent and if they are persistent they are actually stored by the browser on the client computer but the way and location this is done is out of your control.