client variables and no cookies

2000-08-21 Thread Francisco Montes; Spain on Line

This is a multi-part message in MIME format.

--=_NextPart_000_0150_01C00BA3.B2ED8820
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi all,

I=B4m trying to keep client data but without using cookies. I know that, =
in that case, CFID and CFTOKEN have to be passed around  all the time to =
accomplish it.

Now, i tried to pass the URLTOKEN variable through the URL and it went =
just fine. However i read that these parameters can also be passed =
through hidden form fields how do i do it? I tried to pass CFID and =
CFTOKEN but everytime i ask CFserver for a new page it creates a new =
pair CFID/CFTOKEN without even considering the ones i sent it before =
through hidden form fields!!!

What am i doing wrong?

Francisco Montes

--=_NextPart_000_0150_01C00BA3.B2ED8820
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable









Hi all,
 
I´m trying to keep client data =
but without=20
using cookies. I know that, in that case, CFID and CFTOKEN have to be =
passed=20
around  all the time to accomplish it.
 
Now, i tried to pass the URLTOKEN =
variable=20
through the URL and it went just fine. However i read that these =
parameters can=20
also be passed through hidden form fields how do i do it? I tried to =
pass=20
CFID and CFTOKEN but everytime i ask CFserver for a new page it creates =
a new=20
pair CFID/CFTOKEN without even considering the ones i sent it before =
through=20
hidden form fields!!!
 
What am i doing wrong?
 
Francisco =
Montes

--=_NextPart_000_0150_01C00BA3.B2ED8820--

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Frames ,Client Variables, and no cookies

2000-07-31 Thread Robert Everland

I am having problems using client variables or session variables for
that matter when I am in a framed enviroment. I know I have to append the
client.token(I forget exactly what it is) at the end of the url. When I do
this each page's CFID and CFTOKEN are different. Has anyone else had this
problem? Can anyone help me?


Robert Everland III
Web Developer
Dixon Ticonderoga

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: client variables and no cookies

2000-08-21 Thread JustinMacCarthy

you can do



etc..


~justin



- Original Message -
From: "Francisco Montes; Spain on Line" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 21, 2000 6:12 PM
Subject: client variables and no cookies


> This is a multi-part message in MIME format.
>
> --=_NextPart_000_0150_01C00BA3.B2ED8820
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> Hi all,
>
> I=B4m trying to keep client data but without using cookies. I know that, =
> in that case, CFID and CFTOKEN have to be passed around  all the time to =
> accomplish it.
>
> Now, i tried to pass the URLTOKEN variable through the URL and it went =
> just fine. However i read that these parameters can also be passed =
> through hidden form fields how do i do it? I tried to pass CFID and =
> CFTOKEN but everytime i ask CFserver for a new page it creates a new =
> pair CFID/CFTOKEN without even considering the ones i sent it before =
> through hidden form fields!!!
>
> What am i doing wrong?
>
> Francisco Montes
>
> --=_NextPart_000_0150_01C00BA3.B2ED8820
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
> 
>
>  http-equiv=3DContent-Type>
> 
> 
> 
> Hi all,
>  
> I´m trying to keep client data =
> but without=20
> using cookies. I know that, in that case, CFID and CFTOKEN have to be =
> passed=20
> around  all the time to accomplish it.
>  
> Now, i tried to pass the URLTOKEN =
> variable=20
> through the URL and it went just fine. However i read that these =
> parameters can=20
> also be passed through hidden form fields how do i do it? I tried to =
> pass=20
> CFID and CFTOKEN but everytime i ask CFserver for a new page it creates =
> a new=20
> pair CFID/CFTOKEN without even considering the ones i sent it before =
> through=20
> hidden form fields!!!
>  
> What am i doing wrong?
>  
> Francisco =
> Montes
>
> --=_NextPart_000_0150_01C00BA3.B2ED8820--
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: client variables and no cookies

2000-08-21 Thread Francisco Montes; Spain on Line

Thanks Justin,

However what i want to do is to hide completely this variables. I read,
literally from the CF Studio help pages: "[...] you must maintain client
state in URLs. by passing the client ID (CFID)and the client security token
(CFTOKEN) between pages, either in hidden form fields or appended to URLs.
"...

So it seems possible to pass these parameters through form fields but ...
even if i pass them on, the CF server doesn´t seem to care about them!

Francisco

-Mensaje original-
De: JustinMacCarthy <[EMAIL PROTECTED]>
Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Fecha: lunes 21 de agosto de 2000 20:49
Asunto: Re: client variables and no cookies


>you can do
>
>
>
>etc..
>
>
>~justin
>
>
>
>- Original Message -
>From: "Francisco Montes; Spain on Line" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, August 21, 2000 6:12 PM
>Subject: client variables and no cookies
>
>
>> This is a multi-part message in MIME format.
>>
>> --=_NextPart_000_0150_01C00BA3.B2ED8820
>> Content-Type: text/plain;
>> charset="iso-8859-1"
>> Content-Transfer-Encoding: quoted-printable
>>
>> Hi all,
>>
>> I=B4m trying to keep client data but without using cookies. I know that,
=
>> in that case, CFID and CFTOKEN have to be passed around  all the time to
=
>> accomplish it.
>>
>> Now, i tried to pass the URLTOKEN variable through the URL and it went =
>> just fine. However i read that these parameters can also be passed =
>> through hidden form fields how do i do it? I tried to pass CFID and =
>> CFTOKEN but everytime i ask CFserver for a new page it creates a new =
>> pair CFID/CFTOKEN without even considering the ones i sent it before =
>> through hidden form fields!!!
>>
>> What am i doing wrong?
>>
>> Francisco Montes
>>
>> --=_NextPart_000_0150_01C00BA3.B2ED8820
>> Content-Type: text/html;
>> charset="iso-8859-1"
>> Content-Transfer-Encoding: quoted-printable
>>
>> 
>> 
>> 
>>
>> > http-equiv=3DContent-Type>
>> 
>> 
>> 
>> Hi all,
>>  
>> I´m trying to keep client data
=
>> but without=20
>> using cookies. I know that, in that case, CFID and CFTOKEN have to be =
>> passed=20
>> around  all the time to accomplish it.
>>  
>> Now, i tried to pass the URLTOKEN =
>> variable=20
>> through the URL and it went just fine. However i read that these =
>> parameters can=20
>> also be passed through hidden form fields how do i do it? I tried to
=
>> pass=20
>> CFID and CFTOKEN but everytime i ask CFserver for a new page it creates =
>> a new=20
>> pair CFID/CFTOKEN without even considering the ones i sent it before =
>> through=20
>> hidden form fields!!!
>>  
>> What am i doing wrong?
>>  
>> Francisco =
>> Montes
>>
>> --=_NextPart_000_0150_01C00BA3.B2ED8820--
>>
>> -
-
>
>> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>> To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>>
>>
>
>---
---
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Frames ,Client Variables, and no cookies

2000-07-31 Thread Sean Renet

are you passing it (#session.urltoken# or #urltoken#) in the frame src?

eg., 
To: <[EMAIL PROTECTED]>
Sent: Monday, July 31, 2000 12:49 PM
Subject: Frames ,Client Variables, and no cookies


> I am having problems using client variables or session variables for
> that matter when I am in a framed enviroment. I know I have to append the
> client.token(I forget exactly what it is) at the end of the url. When I do
> this each page's CFID and CFTOKEN are different. Has anyone else had this
> problem? Can anyone help me?
>
>
> Robert Everland III
> Web Developer
> Dixon Ticonderoga
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.