Have you considerd using the normal html headers to redirect the page, for
example :-)
<cfcookie name="test" value="testing">
<CFOUTPUT>
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="1;
URL=#application.app_RootPageDirectory#index.cfm">
<title>Log In</title>
</head>
<body>
Logging you into the system
</body>
</html>
</cfoutput>
regards
Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693
* [EMAIL PROTECTED]
-----Original Message-----
From: Robin Boudwin [mailto:[EMAIL PROTECTED]]
Sent: 22 August 2000 23:42
To: [EMAIL PROTECTED]
Subject: AuthentiX CF cookies
I am developing a ColdFusion registration form that should insert the
registration info into a database and create username and password cookies
that get passed onto an asp page used with AuthentiX. AuthentiX grants
access to specific protected directories.
If I use the asp page as my action in the CF registration form, it all works
fine, however, I still need to insert the data into the database.
Currently, I have the action of the form posting to a cfm page with the
insert action, that then attempts to route to the asp page.
Since cflocation does not work with cookies and cfinclude requires a cfm
page rather than an asp, I am at a loss. I have also attempted to use a
cfhttp page.
Any ideas? Thank you.
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.