Can someone please advise me. I have a program which is who interface is JSP. It is running Java in the background. I have a timeout session which works. The problem starts when you log back in. Some of the files are set up with authorized access when created, howver after the timeout is over these files are no longer protected and everyone can access. Can anyone advise me on what i need to do to re set the access

It depends on the way you created those 'authorized' files. Your explanation is very vague here. You need to supplement it with some code examples or explain the scenario in depth.

The problem appears not with your session since it is automatically destroyed when:
1. The user closes the browser
2. The session.invalidate() is called
3. The session has timed out.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.