Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- Apache Lucene
- MANTIS
- 이클립스
- MSsql
- WebView
- SpringSource Tool Suite
- Eclipse
- TextBox
- 웹뷰
- C#
- Java
- Android
- 자바
- 안드로이드
- html
- scrollView
- 컬럼명
- MS-SQL
- STS
- javascript
- Redirect
- 웹 서비스
- 자바스크립트
- Bootstrap
- varags
- jsp
- asp.net
- decompiler
- Web Service
- Maven
Archives
- Today
- Total
목록세션 (1)
bboks.net™
Android WebView에 세션(쿠키) 공유하기
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_user_report); WebViwe webView = (WebView) findViewById(R.id.webview); CookieSyncManager.createInstance(this); cookieManager = CookieManager.getInstance(); CookieSyncManager.getInstance().startSync(); //도메인 url, 쿠키 cookieManager.setCookie("user domain url", "cookie v..
Mobile Programming/Android
2014. 8. 12. 17:03