OK let's talk more then.  I am still iffie on San Fran myself, since I
figure the hotel will be kinda pricey when I add in the airport parking

Original Message:
-----------------
From: Andy Matthews [EMAIL PROTECTED]
Date: Thu, 29 Sep 2005 12:59:27 -0500
To: cf-talk@houseoffusion.com
Subject: AOL and session variables?


A client of mine who uses AOL is having problems logging into the CMS which
I built for her. I believe I've narrowed it down to a session variable
thing. The website either doesn't see the var or it thinks that the var is
false when it should be true.

Here's the line from my app.cfm file:

<cfapplication name="no" sessionmanagement="Yes" setclientcookies="Yes"
sessiontimeout="#createtimespan(1,0,0,0)#" clientmanagement="yes"
clientstorage="cookie">

Here's how I log her in:
<cfset session.loggedin = 1>

Then on every page of the site (in the header include) I have this code:
<cfif NOT IsDefined("SESSION.loggedin") OR SESSION.loggedin IS 0>
        <cflocation url="index.cfm?unlog" addToken="no">
</cfif>

It let's her IN to the site, but when she tries to access any of the pages
in the admin section it dumps her back to the login screen. I found this
page on AOL's site about enabling cookies, but it didn't help.
http://webmaster.info.aol.com/cookieguide.html

Does anyone have any ideas about this?

<!----------------//------
andy matthews
web developer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219735
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to