java - Background Chrome Browsing Session issue -


hey ive run pretty major problem in application. have java application connects http://aeroscripts.x10.bz/dashboard.php?data1=x&data2=y&data3=z via urlconnection , sends data recieved , processed php , mysql

the problem looking @ exact same page on website , yet see none of data being sent java application. figured because connecting in background im not going see sending when im looking @ page in chrome

is there way can share information "background browsing session" , current browsing session im looking @ on screen? either via php or java or there better solution appreciated if have question or want me explain more feel free ask wasnt vague

the answer rather complex because couldnt transfer data needed background browsing session current browsing session had use users username stored in session unique identifier between java application , php/mysql server because stored in both background browsing session , current browsing session common piece of data linked both java app , server used common data read , write database pulling , pushing other information required.


Comments