Question
How does cfloginuser actually work?
From what I can glean from the scattered documentation I can
find on this, it seems that cfloginuser works by setting cookies.
Is this correct? If so, what is this cookie called and what are
it's properties? I'm having trouble finding this kind of
information anywhere. What I'm ultimately trying to do is
authenticate elsewhere (say, from Sharepoint) but make it so that
the authentication persists so that the CF applications think
they're already authenticated (provided everything was done in the
same session).
