m4ttr33d
m4ttr33d

Reputation: 13

How do I create a security timeout in ColdFusion?

I am creating an application that needs more advanced security measures, besides logging in with an account.

I want the whole website to track how long a user has been idle, and then automatically log them out after 30 seconds. So that their session expires, thus having them to log in again.

Is there an easy way to do this?

Upvotes: 0

Views: 61

Answers (1)

Matt Busche
Matt Busche

Reputation: 14333

Use the sessionTimeout attribute in your Application file. Adobe documentation

Upvotes: 3

Related Questions