on 7/10/03 11:07 AM, Raymond Camden at [EMAIL PROTECTED] wrote:

> I was under the impression that the IIS Auth stuff wouldn't work unless
> you sniffed for cflogin.*, but who knows, that could be the issue.

Okay. Fixed.

First problem, and the reason I posted.

It was the fact that I was redirecting you to the login.cfm page which sat
in the same directory as every other page. So in other words, my
application.cfm was "protecting" my login.cfm page as well, and it was
protecting it by redirecting anyone who wasn't logged in to my login.cfm
page...which was protected...etc etc...

So I added the line "AND CurrentPage NEQ "login.cfm">" to my cfif test of
the redirect flag, and all worked well.

As for the second issue. Sure enough, I had "Integrated Windows
Authorization" checked for the Default Web Site, and it wasn't logging me
out completely. Like I said, if I performed a cflogout and then immediately
output getauthuser(), I'd see my Windows Login, and couldn't ever truly log
out.

Fixed both issues for the price of one thread. I figured maybe my plight
could help someone else out there, so I'd post my positive results.

Oh, and thanks enormously for the advice on handling the cookies. That's
pricless stuff. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to