RE: Client and session variables same thing different

2000-05-12 Thread Sharon DiOrio
Also, Client variables can't hold complex data structures (arrays, queries, structures) except as a WDDX packet. Sharon -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: Client and session variables same thing different

2000-05-11 Thread Chris Evans
variables same thing different I was looking at the url for commerce blocks that was posted a little bit ago and saw thier structure, array, wddx tutorial. Now the question I have is, they say that session variables aren't very scalable, but client variables are. What's the difference

Re: Client and session variables same thing different

2000-05-11 Thread Ricq Pattay
: Thursday, May 11, 2000 7:38 AM Subject: RE: Client and session variables same thing different Session variables are unique to each user, time out after a period of time, and are stored in RAM. Client variables are unique to each user, don't time out, and are stored in an externa

RE: Client and session variables same thing different

2000-05-11 Thread Dave Watts
Is there any way to "refresh" a session variable's timeout countdown so that when a user accesses a page the timeout is reset back to whatever I had it set to in Application.cfm? For example, my session variables timeout is currently set to 30 minutes for security reasons. But I have some

Re: Client and session variables same thing different

2000-05-11 Thread Todd Ashworth
| Is there any way to "refresh" a session variable's timeout countdown so that | when a user accesses a page the timeout is reset back to whatever I had it | set to in Application.cfm? This isn't how they already work? .Todd

RE: Client and session variables same thing different

2000-05-11 Thread Dave Watts
I was looking at the url for commerce blocks that was posted a little bit ago and saw thier structure, array, wddx tutorial. Now the question I have is, they say that session variables aren't very scalable, but client variables are. What's the difference and where do I find client

RE: Client and session variables same thing different

2000-05-11 Thread Rich Wild
PROTECTED] Subject: Re: Client and session variables same thing different Is there any way to "refresh" a session variable's timeout countdown so that when a user accesses a page the timeout is reset back to whatever I had it set to in Application.cfm? For example, my session variabl

RE: Client and session variables same thing different

2000-05-11 Thread Scott Weikert
PROTECTED]] Sent: Thursday, May 11, 2000 8:57 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Client and session variables same thing different Huh. That's now how it seems on my end, but I must be spending too much time testing this thing as a developer instead

Client and session variables same thing different

2000-05-10 Thread Robert Everland
I was looking at the url for commerce blocks that was posted a little bit ago and saw thier structure, array, wddx tutorial. Now the question I have is, they say that session variables aren't very scalable, but client variables are. What's the difference and where do I find client