passwrord protecting a page and hipping off to another

2001-03-20 Thread Deering
Hi all, I set up a page http://www.portcityportlandmaine.com/hobnobber/ where an id and password must be entered. The password and id are checked at a cfm page called by the form action. The issue is if the password and id are correct how can I ship them off to the appropriate page without the

RE: passwrord protecting a page and hipping off to another

2001-03-20 Thread Neil Clark
just ise cflocation to redirect to the pages needed. ~~ 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/

Re: passwrord protecting a page and hipping off to another

2001-03-20 Thread Mark Woods
there are lots of ways of achieving this, but they depend on your setup. Where is the other page? Is it on the same server? If not, is it on a server which would be able to read a domain cookie set on the first page? Are both pages ColdFusion scripts? Where are the usernames and passwords