hi

i have been using the following code to analyse sessions:

var oSession = createObject("java","coldfusion.runtime.SessionTracker");
var mySessions= oSession.getSessionCollection(arguments.appName);

i have noticed that sometimes a session has multiple instances. for example if 
i log in to our application (which creates a ), then dump out the mySessions 
variable from above it sometimes has several structure elements:

appname_encryptedCode1
appname_encryptedCode2
etc...

... and all instances have the same contents. 

they also do not get cleared when i use the structclear(session) function... i 
am using j2ee session variables 

this only happens sometimes and i cannot replicate it purposely

does anyone have any ideas?

thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323589
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to