Re: applet memory (doubt can u clarify)
hi John Fleming,
This is ganesh. I have one doubt. Is there is any way to avoid to
sensitive data's are getting cached in memory when we use applet.
say the customer submits the userid and password and these parameters are passed
to the applet using liveconnect method .
and in each functions in applet we are passing the userid and password as byte
array.
and in these and password are getting cached in memory as plain text.
This i came to know from browser there is option called Java console under
window menu.
In that java console window if i press (capital x) it dumps the entire content
to a file called memory.out
Can u throw some light on this .
my email id is [email protected] (or) [email protected]
thanx and regds in advance
ganesh
Re: applet memory (doubt can u clarify)
I believe that there are tags you can put into your HTML code to specify when
the document should expire from the cache. If you specified that it should
expire right away, this would probably have the desired effect.
John