Does anyone have any idea why some client sessions disappear when my users
move to non-coldfusion parts of my site?   This is not happening with all
users, but is particularly true of users who are using Symantec's personal
firewall.   (They are definitely accepting cookies, because when a user
complains about not being given access, we insist they accept cookies before
we'll write up their issue as a problem)

My application tag is as follows:

<cfapplication name="CFcalcs"
               clientmanagement="Yes"
               sessionmanagement="Yes"
               setclientcookies="Yes"
               sessiontimeout="#CreateTimeSpan(0,1,0,0)#"
               clientstorage="CFClientVariables">


I can see sessions being created in the datasource,  but if the user goes
off to another part of the site, that is not under coldfusion control -
(.asp and .html pages) when they come back to the cold fusion pages, their
client vars don't exist.



Also, of course what can I do about this problem?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to