Hello again,

It appears that some browsers can send a very long locale string (I think it was Safari) that will break the stats entry into the database. I've attached a new log.cfm (from /farcry_core/packages/farcry/_stats) that truncates the locale down to 100 chars.

Thanks!
--Kyle


--

Kyle Singer
Lead Web Developer
*Whitman College*
/[EMAIL PROTECTED]/

insert into #application.dbowner#stats (logID,logdatetime,pageID,navid,remoteip,userid,sessionId,browser,referer,locale,os) values ('#CreateUUID()#',#createodbcdatetime(now())#,'#arguments.pageID#','#arguments.navid#','#arguments.remoteip#','#arguments.userid#','#arguments.sessionId#','#left(arguments.browser,100)#','#arguments.referer#','#left(arguments.locale,100)#','#arguments.os#')
---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to