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 is surprisingly easy to 
reach 95% of your visitors with that.

Jochem


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239861
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 themn through a form :)
> 
> Jochem
> 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239860
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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: http://www.houseoffusion.com/lists.cfm/link=i:4:239859
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 Champagne <[EMAIL PROTECTED]> 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?
>> --
>>
>> Ray
>>
>>
>>
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239858
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 yecch. There has to be some way to associate the browser with the
session, so the browser needs to pass a token to the server on each page
request.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239857
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 CFID/CFTOKEN in the URL for every page?
> --
>
> Ray
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239856
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54