posted 20 years ago
I am working on a web application in which user enters certain data after which he is redirected to some another application outside of the current context by providing the relevant URL. After it fills cerain in that application, that application redidrects it back to my application with certain results for the user as appended parameters. Now the problems is that user had been loged out and its session has been terminated and also there are some other objects which are not accessable. But still i want to get those new parameters(data) for the user and update the database. How it is possible ? What are the possible solutions ? Actually the user has its unique ID which the user when loged out is no longer available to me.
thnx.
Naveed