Reputation: 4024
I am creating twitter client for android using twitter 4j,Oauth protocol.when i am connecting to twitter. a web page is opened in browser where we can give username and password with two buttons allow and deny.but in the next time the webpage does not ask username and password rather it asked only allow or deny.why this happened?does the browser keeps my username and password in the cookies?any body who come across this situation give me a solution.
Thanks.
Upvotes: 0
Views: 434
Reputation: 200080
does the browser keeps my username and password in the cookies?
No, of course no. It only keeps the session. That's why you don't have to enter your user/pass again.
Upvotes: 1