How to avoid memory cache programmatically (in appleet)
hi all,
this is very very urgent. Can anyone say how to avoid caching of certain
sensitive data's in memory say password and userid.
The situation is something like this.
when the user submits his password and userid then using java console
in web browser we can dump the caching to memory.out file if we open and
see the file called memory.out. password and userid are getting stored
can anyone give a valuable suggestions or opinions
my email id [email protected]
thanx and regds
ganesh
Re: How to avoid memory cache programmatically (in appleet)
Hye,
I didn't quite understand the query you posted. Anyways, try using the "transient" keyword for the sensitive data. This should work. Are you using Serialization?
e.g. protected transient String login;
Tell me if this worked or not.
Long live Java....
Davender aka JaVaFLow
Re: How to avoid memory cache programmatically (in appleet)
hi Davender,
The transient method is not working properly. i will get back to you in detail if you just send me your e-mail id . my email id [email protected] or [email protected]
thanx and regds
ganesh