RE: session_OnStart(), application_OnStart() in CFMX

2003-01-28 Thread Adrocknaphobia Jones
Really interesting post. What are you doing to end the session in CFMX? Just dropping the timeout? Is it possible there is just a delay between CFMX sessions ending and j2ee? Have you checked the logs recently? I have this odd feeling that CFMX doesn't invalidate j2ee sessions properly. I hope

RE: session_OnStart(), application_OnStart() in CFMX

2003-01-28 Thread webguy
Really interesting post. events.. Long story short...I wrote up a couple classes that sort of implement that functionality using the HttpSessionListener ( sorta == cfmx session scope) and ServletContextListener (sorta == application scope in cfmx) of the javax.servlet package. You can read