I've got a CMS which I've used for multiple clients. On providing proper login credentials, the system sets several SESSION variables containing login status, full name, etc.
Occasionally I'll have users that have trouble with the system. Invariable they're using AOL or have their browser security settings set too high. On changing those things, they can get in fine. Now one of my clients is not able to login in at all. I've checked his browser settings and no go. I've gotten him to download Firefox and no luck. He's spoken with his IT guy and still nothing. I believe that he says that he CAN login on his home computer, but his laptop is SOL. Does anyone have any ideas as to what might be happening? None of my clients have ever had this much trouble with my CMS and I'm totally at a loss. A few points: 1) I have double checked his user/pass and it works for me. 2) My application tag (in application.cfm) has these settings: <cfapplication name="website" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout="#createtimespan(0,0,60,0)#" clientmanagement="yes" clientstorage="cookie"> <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253838 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

