Changeset 1731

Show
Ignore:
Timestamp:
08/26/08 03:09:23 (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

    r1730 r1731  
    4747                         
    4848                        /* Do we Encrypt. */ 
    49                         if(settingExists('cookiestorage_encryption') and len(getSetting('cookiestorage_encryption'))){ 
     49                        if(settingExists('cookiestorage_encryption') and isBoolean(getSetting('cookiestorage_encryption'))){ 
    5050                                setEncryption(getSetting('cookiestorage_encryption')); 
    5151                        } 

Copyright 2006 ColdBox Framework by Luis Majano