Click here to Skip to main content
15,896,453 members

Comments by Avinash Pachar (Top 5 by date)

Avinash Pachar 12-Jan-12 1:36am View    
thanks for that.
I have another question. using CppSQLite - C++ Wrapper for SQLite I am able to retrieve chrome cookies(where it is stored in file "cookies" without any extention), but when i try to access mozilla cookies which are stored in "cookies.sqlite", i get "UNKNOWN ERRORS". Any idea why this happens and how to solve it.
Avinash Pachar 10-Jan-12 2:57am View    
Solved.
We have to copy sqlite.dll in the same prject folder which we are running.
Avinash Pachar 10-Jan-12 2:01am View    
I tried that but during runtime i get the error "This application failed to start because sqlite3.dll was not found. Re-installing the application may fix this problem."
What can be done to solve this problem.
Avinash Pachar 1-Dec-11 5:40am View    
Exact scenario is like this.
there is a site which require authentication. I want that after the user has logged into the site through browser, i want that my code should take that cookie from hard disk and send a get request to portal with that cookie so that authentication is not required. If i am right how i can do that? thank you for your help.
Avinash Pachar 1-Dec-11 1:30am View    
i want to send token value of LSO cookie along with a get request.
please suggest anyway you know.