Fellow listers: I'm sure my question has been asked before but I don't see anything in the archives that I need.
What happens exactly to session variables if users are forced to go through a proxy server? Or, put another way, what does a proxy server do to session variables? My company instituted a mandate that evey user must go through a proxy which screwed up my session variables which I use for security reasons. Now users from one region can see data from another region. What a mess!! And I must admit that I'm not using <cflock> on the session vars. Would <cflock> correct the problem? My network guy insists that "It my understanding that ColdFusion hides the burden of state management from the developer by using a generic cookie. ColdFusion passes cookies to the workstation with a single filename and all the information that server needs is passed back on that same cookie to the workstation." Some facts would be appreciated. Thanks for your help. Laura 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

