You will want to use the security component to make sure that pages are only accessed via ssl... The sslLink function will generate https links but it won't prevent people from going to the non secure version of the page.
Additionally, if it is only a few actions that you require to be secure, you can use .htaccess and mod_rewrite to force ssl on certain pages. -- Sam Bernard sambernard.net -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
