Subject: urgent a j2ee problem
Posted By: bala_in Post Date: 8/3/2006 11:59:09 PM
hi,

im a developer involved in developing a application called security request system in this app i need to generate a no like sda123 as a token for user who made a security request n also i want to increment it each time when a user made a request pls help me regarding this as soon as possible.

Reply By: elishae Reply Date: 8/29/2006 9:01:48 AM
If user is already having a session with server, this is as simple as session.setAttribute("SecurityReqNo",sda123);(Incase 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.




Go to topic 48225

Return to index page 191
Return to index page 190
Return to index page 189
Return to index page 188
Return to index page 187
Return to index page 186
Return to index page 185
Return to index page 184
Return to index page 183
Return to index page 182