iCookieDuration can't be set as a parameter

iCookieDuration can't be set as a parameter

inventiveinventive Posts: 1Questions: 0Answers: 0
edited October 2009 in Bug reports
Something like this
[code]
if ( typeof oInit.iCookieDuration != 'undefined' )
{
oSettings.iCookieDuration = oInit.iCookieDuration;
}
[/code]
is missing in the constructor if you like to set the parameter 'iCookieDuration' dynamically

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Hi inventive,

    Very good point! I wonder if I accidentally removed it at some point... It will certainly be back in the next release, and your fix is ideal until that fix is out :-)

    Thanks for letting me know about this.

    Regards,
    Allan
This discussion has been closed.