Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Sir Monkey \(Chris L.\) #1
J2EE Session Variables (a.k.a. whaaaaa?)
Okay, I've got J2EE sessions enabled, and I've got some clean up code in
onSessionEnd in an Application.cfc. The code runs fine on a timeout (BTW,
MM...nice job on the application events!! they make life soo much easier).
So, everything is working like I would expect it up to this point. BUT, I
read the docs and they clearly imply that onSessionEnd will fire when the
client browser is closed (instead of simply timing out).
Huh?
If this is correct I'm doing something wrong because it's not working for
me.
Okay, I don't know nothing about nothing when it comes to Java, but what's
the mechanism here? I can see with a sniffer that upon browser close the
TCP connection is reset, but that's the only thing I see. Is the RST,ACK
packet what the server is keying off of to destroy the session?
....are you guys just messing with my head? ;)
--
Best Regards,
Chris
Sir Monkey \(Chris L.\) Guest
-
j2ee session variables
hi, i have been trying to use session variables in my app. I have enabled the session variables in the cf admin, and in the application.cfc. ... -
J2EE and CF Memory Variables settings
We have a CFMX 7 server at work which has been set up for application development and testing. It is intended to server multiple developers whose... -
J2EE environment variables
Hi all, I need to know how to set the J2EE environment variables. I can see that the JAVA_HOME environment variable is set, but i also need the... -
Enabling J2EE Memory Variables
My question relates to ColdFusion MX 7 running under Win 2003. If I have a hosted site where the ISP refuses to enable J2EE Memory Variables on the... -
J2EE session managment
Hi all, I have no access to view the file "cf_root\wwwroot\WEB-INF\web.xml " in our web server to check the J2EE session time out value. is there... -
serat #2
Re: J2EE Session Variables (a.k.a. whaaaaa?)
I once logged a bug for onSessionEnd not firing under a very specific
condition, based on a report from Ray Camden, and that will be fixed in the
next Cumulate Updater 3 released for ColdFusion.
You might also want to check out the following:
[url]http://ray.camdenfamily.com/index.cfm?mode=entry&entry=8CD20E0E-0CAA-BA34-9709A4[/url]
5CE9C90886
[url]http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:40809[/url]
serat Guest



Reply With Quote

