> I want that files created by my servlet after a certain time
> be deleted.
>
> now I am setting this time in my
> servlet(mysession.setMaxInactiveInterval(60)). I want that the user on
> the server the inactive time value in a config file writes and then my
> servlet on startup reads this value from the config file and set the
> inactive time accordingly. Am I right in doing so oder is
> there a better
> solution?
You could always use a database table for storing the information
in a user config sort of way.
I kind of think that's where any user specific information should be stored
anyways.
---
Michael Wentzel
Software Developer
<A HREF="http://www.aswethink.com">Software As We Think</A>
<A HREF="mailto:[EMAIL PROTECTED]">Michael Wentzel</A>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]