On Thursday, Jun 19, 2003, at 05:47 US/Pacific, Geoff Bowers wrote: > If you wanted to mail me a list of your least hated, favourite reasons > for using J2EE sessions in CFMX it would be my pleasure to update the > Breeze presentation appropriately > ;) > Posted by Geoff Bowers at June 18, 2003 01:35 AM "
My first answer was already posted: > Well, one of the main benefits of J2EE sessions is that they use an > in-memory cookie (jsessionid) as opposed persistent cookies (cfid & > cftoken). J2EE sessions end when you close your browser, the in-memory > cookie is less likely to be refused by a browser and you only have to > deal with one cookie, not two. > Posted by seancorfield at June 17, 2003 09:44 PM I'd also say switching to J2EE Session Variables opens up the options of: - clustering using JRun / session replication - sharing sessions with JSP code Both of these are "enterprise-class" options but they are both things that you might want to 'go into' in the future. Of course, I'm somewhat biased since I've switched totally to CFMX for J2EE :) Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

