java - how to get session in webview created by httpurlconnection? -
i sending request server using httpurlconnection if request successfull set parameter in session send along request.but when try session on jsp page don't session there.i loading jsp page on webview. may know how can session & don't want use cookies creating & getting session?
i using following code create session
session.setattribute("uname",username);
thanks in advance.
Comments
Post a Comment