Session variables are always stored in the server's memory. J2EE session cookies simply expire in the client when the browser is closed, rather than only at the time set on the session timeout.
Bots will often ignore either style of session, as they often don't keep track of cookies. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/10/16 Azadi Saryev <[email protected]>: > > 2) >> However, this may not work as the offending behavior is probably > generated by a bot or desktop app that doesn't store session variables. > if you use j2ee sessions then session vars are in-memory only and are > stored in server's memory, not on client;s computer... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:327295 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

