If user is already having a session with server, this is as simple as session.setAttribute("SecurityReqNo",sda123);(Inca se of Http)
If there is any other object that tracks user's transaction with server, you can store it there.
PS: Your problem seems too generic to give a clear response, If you could explain the context in a more descriptive manner, that would help in giving more apt response.
|