Yeah...

I did get her to use IE, which works. But I'd rather know what's going on. I
use this same codebase for almost all of my CMS and I wonder how many users
might be having problems logging in and never telling us.

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

-----Original Message-----
From: Russ [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 29, 2005 1:11 PM
To: CF-Talk
Subject: RE: AOL and session variables?


Yea, tell her to stop using aol... Even if you're using aol for dialup, you
can still use an external browser.  Teach her how to start up an external
internet explorer, or better yet firefox.

Russ

-----Original Message-----
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 29, 2005 1:59 PM
To: CF-Talk
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:219663
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