Changeset 1730

Show
Ignore:
Timestamp:
08/26/08 03:08:49 (5 months ago)
Author:
lmajano
Message:

Ticket #549
cookie storage now setting to encrypt.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • coldbox/trunk/system/plugins/cookiestorage.cfc

    r1533 r1730  
    4848                        /* Do we Encrypt. */ 
    4949                        if(settingExists('cookiestorage_encryption') and len(getSetting('cookiestorage_encryption'))){ 
    50                                 setEncryptionKey(getSetting('cookiestorage_encryption')); 
     50                                setEncryption(getSetting('cookiestorage_encryption')); 
    5151                        } 
    5252                        /* Override the Seed if sent in. */ 

Copyright 2006 ColdBox Framework by Luis Majano