Get specific cookie value in Java -


i setting 2 values different cookies domain name same. now, how specific cookie value ? on 1 page want email , on page vice verse.

my code shown below :

cookiemanager cm = cookiemanager.getinstance(); cm.setacceptcookie(true); cm.setcookie("http://www.mytestbuddy.com", "application=" + course); cm.setcookie("http://www.mytestbuddy.com", "email=" + email); cookiesyncmanager.getinstance().sync(); 


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -