If you are not using cookes then you need to add client.urltoken to every href and 
form action like:

<cfoutput><a href="something.cfm?#client.urltoken#"></cfoutput>

<cfoutput><form action="something.cfm?#client.urltoken#" ...></cfoutput>

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server

----- Original Message ----- 
From: "Graham Pearson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 14, 2001 11:31 AM
Subject: User Authentication


> List Subscribers:
> 
> I am jumping in with both feet on trying to learn Authentication, The App 
> that I am working on is going to be used in a school environment and the 
> problem is that various proxy servers deny cookies. I need this app to work 
> for these individuals.
> 
> I have been looking around for examples or documentations on how to 
> complete this without any luck. Anyone have resources on how I can complete 
> this.
> 
> -----------------------------------------------------------------------
> Graham Pearson, President and CFUG Manager
> Northern Indiana Coldfusion User Group
> Website: Http://www.nicufg.org
> 
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to