So session variables work differently in MX then? What about people with
cookies turned off in their browsers?
-----Original Message-----
From: Marlon Moyer [mailto:[EMAIL PROTECTED]
Sent: Friday, 4 June 2004 13:42
To: CF-Talk
Subject: RE: User Authentication
Session variables use persistent cookies also unless you code the CFID
and CFToken into the URL, or you use j2ee session management.
--
Marlon Moyer, Sr. Internet Developer
American Contractors Insurance Group
phone: 972.687.9445
fax: 972.687.0607
mailto:[EMAIL PROTECTED]
www.acig.com
> -----Original Message-----
> From: Greg Landers [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 03, 2004 10:32 PM
> To: CF-Talk
> Subject: User Authentication
>
> These are probably dumb questions and think I know the answers, but I
need
> affirmation from my peers.
>
> Which is considered a better practice: storing user variables like
> customerID and customerIsAuthorized in a locked session scope; or,
simply
> set cookies on the user's machine?
>
> Will using the session scope greatly reduce the portability of the
> application? In other words, is it common to find hosts or individuals
> running CF server with the session variables disabled in the CF
> administrator?
>
> Likewise, I know that a small percentage of the people using the
Internet
> have their privacy settings set very tight - making cookies not the
best
> practice to use when it comes to application functionality.
>
> Setting cookies makes for more portable code - at the risk of
sacraficing
> functionality, and using session variables risks losing portablility
while
> ensuring that the application functions for every user.
>
> Any thoughts and/or advice will be greatly appreciated.
>
> - Greg
>
>
>
>
>
_____
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- User Authentication Graham Pearson
- Re: User Authentication Howie Hamlin
- User authentication Parker, Kevin
- RE: User authentication Garza, Jeff
- RE: User authentication Parker, Kevin
- RE: User Authentication Marlon Moyer
- RE: User Authentication Paul Wilson
- RE: User Authentication Pascal Peters
- RE: User Authentication Kenneth Wilson
- RE: User Authentication Semrau Steven Ctr SAF/IE
- RE: User Authentication Marlon Moyer
- RE: User Authentication Dave Watts
- RE: User Authentication Semrau Steven Ctr SAF/IE
- RE: User Authentication Dave Watts
- RE: User Authentication Kenneth Wilson
- RE: User Authentication Dave Watts
- Sending mail without cfmail Paul Wilson