RE: J2EE session variables

2007-02-12 Thread Ben Forta
They also, by default, do not persist on the client and will end when the browser closes. --- Ben -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 2:14 PM To: CF-Talk Subject: J2EE session variables Hey all.. Can somone post a quick ove

Re: j2ee session variables

2006-09-26 Thread Richard White
thanks james, i cleared my cookies, enabled j2ee session variables in the cf admin, restarted the browser and it is now working fine. thanks again :) i have been on that problem for ages. out of interest why would it have stored a cookie that makes it say that the session is invalid. i never tu

Re: j2ee session variables

2006-09-26 Thread James Holmes
Clear your browser's cookies and restart the browser (with J2EE sessions turned on at the server). Also, is the CF server patched to current levels? On 9/26/06, Richard White <[EMAIL PROTECTED]> wrote: > hi, i have been trying to use session variables in my app. I have enabled the > session vari

Re: J2EE Session Variables (was: CFMX Admin: made easy-breezy

2003-06-19 Thread Sean A Corfield
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 0

RE: J2EE session variables

2002-06-13 Thread Chris Kief
e that you can't use J2EE session variables and cflocation. Am I wrong on this? Is this in the docs/release notes somewhere? (I couldn't find it so far...) Chris -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 9:30 PM To: CF-Talk Subje

RE: J2EE session variables

2002-06-13 Thread Dave Watts
> When using J2EE session variables in CFMX, the jsessionid > automatically gets inserted into the URL when the first > page is called (like this: > index.cfm;JSESSIONID=80301028841024004340015?page=main). > In subsequent requests it disappears. Does anyone know why > this happens? My guess i