Hi,

Parts of the application I'm working on are usable to unauthenticated
users and parts are not. In my cflogin I'm looking at whether the
user's request should be authenticated or not. The issue I've run into
is when the user's session times out while they're using the app, and
the next click is for an unauthenticated area. Rather than have the
user continue to the unauthenticated area and receive the public
navigation bar (as opposed to the authenticated navigation) I'd like
the user to be forwarded to the login screen.

In the list archives there's an exchange about wanting an ASP-style
OnEndSession event and how that doesn't really exist in CF. Assuming
that's still true, does anyone have a workaround? One thing that comes
to mind is letting the user know their session is timing out via popup.
The other option might be appending a URL parameter whenever the user
is logged in. The logic in the cflogin would see that the user isn't
logged in and that the URL parameter says they were and therefore the
user should be directed to the login screen rather than the public area
they were requesting.

Any comments/ideas/suggestions?

--
Howard Fore, [EMAIL PROTECTED]
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to