> I've seen lots of discussion on the cflogin issues, but I
> haven't seen a resolution. Sounds like the same problem I'm
> having. It doesn't look like cflogout is clearing the old
> session. Login works fine on initial call - I'm
> authenticating against our LDAP server, then using cflogin
> and cfloginuser. I'm setting up session variables and setting
> my roles. I then logout. When I log back in, I get the same
> session variables and the same roles, even if things have

Note that the use of cflogin/cflogout will do _nothing_ to your session
vars. While it _can_ be stored in the session scope (CFMX 6.1), if you
do

<cflogin.....>
<cfset session.foo = 1>

and then

<cflogout>

The value of session.foo will not change.

> changed. To further experiment, I used a StructClear(session)
> to get rid of all my session variables on logout. When I log
> back in, I get no session variables at all - they're built
> within cflogin. The cflogin tag is not executing - I can't
> get any code within that space to run unless I have recycled
> the MX server. I can't get it to output anything to browser.
> So I have to conclude that cflogout is not ending my session
> correctly.

Can you show the code?


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to