Does anyone know of a way to keep a property accessible throughout a user session in a Java app? I'm writing a Java native client app to access remote .NET services (web services). The services issues a session ticket upon login to implement security...this ticket needs to be accessible to all objects in the client app. In addition, this ticket needs to be "renewed" every 10 minutes or so.
Any ideas?
Any ideas?