Dear All,
I have one application working in jsp. The problem here I keep certain value as a session value. The probem now I have another application build in asp.net which need to be integrated with my jsp application. The problem I know I cant share the jsp session across asp.net. So I plan to keep a unique identification about each client and store my related session value from jsp into a database. There after I plan to read for asp.net from the same database. Any solution please ?
I have one application working in jsp. The problem here I keep certain value as a session value. The probem now I have another application build in asp.net which need to be integrated with my jsp application. The problem I know I cant share the jsp session across asp.net. So I plan to keep a unique identification about each client and store my related session value from jsp into a database. There after I plan to read for asp.net from the same database. Any solution please ?