0
votes
0answers
11 views

Cannot logout Facebook in android app when device has installed Facebook app?

I develop an android app login by account Facebook using Facebook SDK 3.0. I use Facebook app to login, my device remembers account info. When I develop logout in my app used UserSettingsFragment ...
0
votes
0answers
20 views

How to set cookie from an Activity and use that cookie in webview to load URL

I'm developing an application in which I need to store userID and access_token in a cookie and according to that I have to show webpages in the webview. I have gone through many questions on Stack ...
0
votes
0answers
50 views

ASP.NET cookies in Mobile and Tablet PC

Funny problem has occurred... I'm developing ASP.NET Web site and there is one issue, which I can't explain. I've tried to google it, but no success. Main problem is: I've defined a button exit for ...
0
votes
1answer
127 views

How to use Cookies in HttpURLConnection for ANDROID?

Hi I am trying to create Application for Asterisk Interface, The configuration setup has been done properly as I have double checked it. It seems the reason why I can't access Config files from ...
1
vote
0answers
103 views

Maintaining session with cookies android

Hi I am developing android application in which i wanted to set cookies for session handling. I am using datadroid library for network call which uses HttpURLConnection in background. After log in ...
2
votes
2answers
185 views

cookie based login system in android

i am trying to create an android app for some website. First I need to create a login system on this app that will ask user for its username and password and then send this data to some php script on ...
1
vote
1answer
352 views

Android Login with Token Session: like user logins and stays in session until logout

After login in android app, how do I create a token session in the php api? Like this: I would like to make sure that when user log in it will stay in session no matter what happens (crashed, shut ...
0
votes
1answer
215 views

DefaultHttpClient post get session cookie and pass to WebView android

I've found a few answers to this question here on SO, but I'm not having success implementing them so hoped that someone could check over my code and tell me where i'm going wrong. I have verified ...
1
vote
0answers
164 views

Android Login Authentication with Session

I know that a login authentication has been covered before. However, I am having some trouble implementing it. So a far I have a basic form in the android app that sends the login credentials to my ...
0
votes
0answers
195 views

Does java.net.CookieManager on Android update a cookie value?

The current cookie setting/unsetting method that I have implemented works fine on the browsers. The CookieManager on the other hand does not seem to update a cookie value. By that I mean : lets ...
0
votes
1answer
304 views

Android cookies without CookieManager

I know that a similar question is posted here: Android Session cookies without using CookieManager However, I can not get it to work. URL urlObj = new URL(urlPath); conn = (HttpURLConnection) ...
0
votes
1answer
120 views

What is a good way to share a session between two HTTPClients in a Java program?

I have been developing an Android/Java application that opens up two simultaneous Apache HTTP connections. I have been developing a Chat application, and one connection is almost always running (the ...
1
vote
1answer
3k views

ANDROID : Share session between Webview and httpclient

I have actually a logged session in my WebView. But i use also httpclient to send and get data from the web. I saw on the internet that it's impossible to get the content of a WebView, so i needed to ...
0
votes
1answer
211 views

In ICs, can`t get cookie

cookie return always null... In android 2.x this works well, but 4.0.4 ICS not works ConnectivityManager manager = (ConnectivityManager) mContext ...
1
vote
0answers
304 views

In ICS session-cookie error with using HttpUrlConnection

MyApplication app = (MyApplication) mContext.getApplicationContext(); CookieManager cookie = CookieManager.getInstance(); ...
2
votes
1answer
444 views

Make browser cookies available in a webview

Is it possible to make the cookies of the default browser available in a webview? I want to use a webview for authentification and since the webview uses its own cookie store by default, my users ...
0
votes
1answer
147 views

How to secure a cookie in android?

I am using Android's CookieManager to set a cookie in webview which acutally contains user id. I want to make this cookie secure to avoid any impersonation attacks. How can i make it as secure cookie ...
1
vote
0answers
210 views

Set Cookies in my browser application in android when browser starts

I am developing an app for my understanding of the android browser and cookies. I am using webview for that. I am storing cookies in file when user leaves application and I want to set them when next ...
2
votes
0answers
296 views

android webview or browser not deleting session cookies on device reboot

When I am rebooting my android device (kindle fire) or kill an application, it seems like the browser or WebView 'session' cookies are not deleted. This seems to be quite different from the behavior ...
0
votes
1answer
200 views

Pass Session Cookie in URL Header

I have successfully logged in and received Session Cookie. Now I need to pass this session cookie in Header of another URL to get more information. The URL: http://myexperiment.org.uk/whoami.xml then ...
1
vote
2answers
3k views

Android - Session Cookies

I need to authenticate username and password with my website which provides Session Cookies. I am collecting username and password from the EditText on the form and passing it onto authenticate ...
2
votes
0answers
535 views

Clear browser cache, cookies history programatically in android

I am looking to create an app for my phone which helps me to remove unwanted data temp files browser history. Like Ccleaner does the same job for Windows PC. so I want to make sure is it possible ? ...
2
votes
1answer
172 views

Better method to store user credentials

Ok, so I am trying to develop a mobile website application for the iPhone and Android. Currently my site uses cURL to log the user into the other site. I have a PHP script that creates a cookie based ...
1
vote
1answer
488 views

Difference between secure and insecure cookies

I am developing an Android application where I have to maintain session. There are two websites that I need to log into. For one website, when I get cookies from Cookie Store I get ...
0
votes
0answers
101 views

Strange cookie length

I'm trying to get the cookies from a website in order to get access to a file. When I try to get the cookie from http://google.com for example, this is what it returns: Loaded time zone names for ...
0
votes
1answer
407 views

Session cookie is missing in Android web browser and some of nokia web browsers

I have developed a JEE web application using Spring 2.5. This application has authentication step and if user enter correct log-in data he will redirect to a secure page. My Issue is in Android web ...
2
votes
1answer
1k views

Session cookie not being shared

After many, many hours I managed to figure out how to share cookies betwen my httpclient and my webview. My problem right now is that for some reason my session cookie is not being shared. In the ...
1
vote
1answer
177 views

Android to Drupal cookie transfer Q2

Previously I asked a question at Android to Drupal cookie transfer about sending cookies from my Android app back to my Drupal website to which I got a very good answer. The entire idea is to enable a ...
1
vote
1answer
397 views

Android App for Rails App storing Sessions/Cookie

I am new to both Android and Rails. I built a simple Rails app to log in to post comments and leave replies to others' comments as well. I am trying to see how to build a native Android app to respond ...
3
votes
1answer
1k views

Android reading cookies

Hey, how can I read a value of a cookie? Example: String cs = CookieManager.getInstance().getCookie(); System.out.println("Cookies string: "+cs); This will give me a string which has to be parsed ...
13
votes
3answers
17k views

Android session management

Is there a specific library for Android session management? I need to manage my sessions in a normal Android app. not in WebView. I can set the session from my post method. But when I send another ...