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.

Reply via email to