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

Popular posts from this blog

java - Unable to make sub reports with Jasper -

sql - The object name contains more than the maximum number of prefixes. The maximum is 2 -

Java Web Service Soap fault exception client -