> Thanks for the suggestion. I'm using J2EE sessions and SetClientCookies > is set to false, so no cookies are being created. I've also verified > that if I close my browser (FireFox 2) and then relaunch the browser and > open the site, completely different values are assigned to JSESSIONID, > CFID, and CFTOKEN.
Huh. Are you in a situation where you can't use cookies? If so you'll need to pass the cfid and cftoken in the url string on every request to maintain a session. Not sure what the effect would be of having setClientCookies = false and then not passing the cfid and cftoken. Perhaps this is why onSessionStart is not running. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306083 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

