Skip to main content
Participant
April 18, 2006
Question

CFlogout with a double login.

  • April 18, 2006
  • 1 reply
  • 347 views
Hi,

I'm programming a application with a login based on cfldap. Only on some points people have te login again but with another login and password.
My question is:

If the user who is extra logged in uses an logout, will cflogout terminate both sessions? Or just the second login?
This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
April 18, 2006
<cflogout> terminates just one login, hence just one session.