Download aol, and ask her to create a screen name for you.  You are allowed
up to 5... plus there are all those 1000 free hours of aol cd's flying
around.  

-----Original Message-----
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 29, 2005 2:32 PM
To: CF-Talk
Subject: RE: AOL and session variables?

I don't have any way of doing that. I don't have access to an AOL account.

<!----------------//------
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:23 PM
To: CF-Talk
Subject: RE: AOL and session variables?


Aol is probably blocking cookies or something weird like that... just hop on
aol yourself and test it out...

-----Original Message-----
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 29, 2005 2:20 PM
To: CF-Talk
Subject: RE: AOL and session variables?

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
--------------//--------->












~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219674
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