|
-
February 20th, 1999, 08:40 AM
#1
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
-
February 24th, 1999, 01:07 AM
#2
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
-
February 25th, 1999, 05:21 AM
#3
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|