Re: session vars and cookies

2006-05-08 Thread Charlie Griefer
i want to say no. but invariably somebody's going to come along with some hoity toity java method that passes them thru the ether. we'll see :) On 5/8/06, Ray Champagne [EMAIL PROTECTED] wrote: Is there any other way to use session variables without setting client cookies or passing the

RE: session vars and cookies

2006-05-08 Thread Dave Watts
Is there any other way to use session variables without setting client cookies or passing the CFID/CFTOKEN in the URL for every page? No, either one or the other is required. Well, theoretically, you could ensure that only forms are used for page navigation, and pass it via HTTP POST, but

Re: session vars and cookies

2006-05-08 Thread Crow T. Robot
Yea, and I should mention that there is no chance of being able to use J2EE vars on the server, either. Charlie Griefer wrote: i want to say no. but invariably somebody's going to come along with some hoity toity java method that passes them thru the ether. we'll see :) On 5/8/06, Ray

Re: session vars and cookies

2006-05-08 Thread Jochem van Dieten
Ray Champagne wrote: Is there any other way to use session variables without setting client cookies or passing the CFID/CFTOKEN in the URL for every page? Pass themn through a form :) Jochem ~| Message:

Re: session vars and cookies

2006-05-08 Thread Crow T. Robot
Yea, other than that. :) That would be an interesting site, though. Boatloads of fun to maintain! Jochem van Dieten wrote: Ray Champagne wrote: Is there any other way to use session variables without setting client cookies or passing the CFID/CFTOKEN in the URL for every page? Pass

Re: session vars and cookies

2006-05-08 Thread Jochem van Dieten
Crow T. Robot wrote: Yea, other than that. :) That would be an interesting site, though. Boatloads of fun to maintain! Not hard at all, just do it client-side: write a small javascript function and hook it to the onclick event of every anchor. Won't catch those without Javascript, but it