expiring Lectora cookies after 30 days?
November 21, 2008 12:00 AM
Hello Jay.I am not 100% sure this will work, but I looked into this and found one way that could work.<%Response.Cookies("myCookie").Expires = DateAdd("d", Date, 30)%> - expires in 30 daysThe above is a VBScript which you would place as an External Object above the tag, using the External HTML Object with a Header Scripting as the ObjectType.This would mean publishing the title as an ASP file, and not HTML.I got the "myCookie" variable from the trivantis-cookie jscript file that is produced when you publish your AU.That is my 2 cents.
Discussions have been disabled for this post