Re: Passing session variables between applications

2004-03-12 Thread Lee Flier
A OK, perfect!  I wasn't aware you could use multiple tags in the same page.  That 'splains everything.  My dir structure is basically the same as yours so this should be very easy to implement.  Thanks much! Lee [EMAIL PROTECTED] wrote: > ok, hmm, lets see.  we have off the web root > >

RE: Passing session variables between applications

2004-03-12 Thread Douglas.Knudsen
l var passed to us. There are some nitty gritty details left out obviously, but the main 'zeitgeist' is there. HTH. Doug -Original Message- From: Lee Flier [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 11:16 AM To: CF-Talk Subject: Re: Passing session va

RE: Passing session variables between applications

2004-03-12 Thread Tangorre, Michael
> well, I think my method should work then.  I suspect you may > need to use the domain level cookie setting thinggy in the > cfapplication tag.  In my case we use domain.com/foo, > domain.com/goo, etc. This article should help explain things as well as the hotfix in 6.1. http://www.macromedia

RE: Passing session variables between applications

2004-03-12 Thread John Beynon
You mean setdomaincookies="yes" :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 12 March 2004 16:16 To: CF-Talk Subject: RE: Passing session variables between applications well, I think my method should work then.  I suspect you may need to use

RE: Passing session variables between applications

2004-03-12 Thread Douglas.Knudsen
, 2004 11:13 AM To: CF-Talk Subject: Re: Passing session variables between applications Tangorre, Michael wrote: > As Doug asked, are these all on the same server? Yes. > How do the domains look? > > www.site.com > www.franchise1.site.com > www.franchise2.site.com > www.fra

Re: Passing session variables between applications

2004-03-12 Thread Lee Flier
[EMAIL PROTECTED] wrote: > are these 'franchise' sites on the same server? Yes. > I just setup a system to 'share' sessions for this setup.  I created a > central login code area using an application named main.  basically no > matter what application the user hits, i use the cfapplication tag

Re: Passing session variables between applications

2004-03-12 Thread Lee Flier
Tony Weeg wrote: > hidden form vars? Not secure! Lee [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Passing session variables between applications

2004-03-12 Thread Lee Flier
Tangorre, Michael wrote: > As Doug asked, are these all on the same server? Yes. > How do the domains look? > > www.site.com > www.franchise1.site.com > www.franchise2.site.com > www.franchise3.site.com Yes, this is the format. Lee [Todays Threads] [This Message] [Subscription] [Fast Un

RE: Passing session variables between applications

2004-03-12 Thread Tangorre, Michael
As Doug asked, are these all on the same server? How do the domains look? www.site.com www.franchise1.site.com www.franchise2.site.com www.franchise3.site.com Or www.site.com/ www.site.com/franchise1/ www.site.com/franchise2/ www.site.com/franchise3/ Or ?? Can you give us some more info? Mi

RE: Passing session variables between applications

2004-03-12 Thread Tangorre, Michael
That's no more secure than a URL var. > hidden form vars? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Passing session variables between applications

2004-03-12 Thread Douglas.Knudsen
me to share basic session data across apps as well as implementing a single-siogn-on environment. Doug -Original Message- From: Lee Flier [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 10:56 AM To: CF-Talk Subject: Passing session variables between applications Hey all, I'

RE: Passing session variables between applications

2004-03-12 Thread Tony Weeg
hidden form vars? -Original Message- From: Lee Flier [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 10:56 AM To: CF-Talk Subject: Passing session variables between applications Hey all, I'm an experienced web scripting and database programmer but am quite new to ColdF

Passing session variables between applications

2004-03-12 Thread Lee Flier
ions.  Apparently CF session variables don't persist across different applications, but I don't want the user to have to re-login every time they visit one of the store sites if they've already logged in at the main site.  And obviously I don't want to pass the member ID in a

LinkPoint, Session Variables, ColdFusion MX components.

2004-03-04 Thread Dwayne Cole
I have a shopping cart cfc that uses LinkPoint Basic. The Cart information is stored in a component session variable and when it's time to pay, the user is routed to LinkPoint, enters the cc information, once the cc is processed the users is returned back to our sight, and from there the order is

Re: session variables help

2004-02-20 Thread cf coder
I finally got it to work. I'm assigning client variables cfid and cftoken to the cfid and cftoken cookie variables and storing all client information in client variables. Does the job for me. Thank you all for your help [Todays Threads] [This Message] [Subscription] [

Re: session variables help

2004-02-20 Thread cf coder
in > the query string. It only gets passed to the searchresults page when > the search button is clicked. The above code only gets executed when > this condition is true. When the user comes back to this page after > visiting other pages, the session variables go missing. Now my

Re: session variables help

2004-02-20 Thread cf coder
only gets executed when this condition is true. When the user comes back to this page after visiting other pages, the session variables go missing. Now my understanding of the whole point of session variables is that because they are stored in memory, you can refer to them from any page in the

session variables help

2004-02-19 Thread cf coder
results of the search he performed earlier. Hope this is making sense. I have written some code which loops through the url variables on the action page when the search is perfomed and dynamically creates session variables to store the values in the session scope. Here is the code. url.SEARCHBUT

RE: Session Variables in CFCs

2004-02-11 Thread Barney Boisvert
z [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 11, 2004 10:17 AM > To: CF-Talk > Subject: RE: Session Variables in CFCs > > Thanks Barney, > > To continue on what you said, "not every CFC is fully > encapsulated", this is > using a CFC as more of a function

RE: Session Variables in CFCs

2004-02-11 Thread Nathan Strutz
ck to Merritt, I can easily set a session variable in a CFC just using . I'll send you some sample code if you need to see it work. -nathan   -Original Message-   From: Barney Boisvert [mailto:[EMAIL PROTECTED]   Sent: Wednesday, February 11, 2004 11:02 AM   To: CF-Talk   Subject:

RE: Session Variables in CFCs

2004-02-11 Thread Barney Boisvert
;s task is to manage authentication, it's almost required to set session (or client) variables.  The difference is that this CFC is setting the session variables for OTHER CODE to make use of (possibly CFCs, possibly not).  It's not setting them for IT'S INTERNAL USE. Obviously that's

RE: Session Variables in CFCs

2004-02-10 Thread Nathan Strutz
able as you did in previous versions of coldfusion. -nathan strutz   -Original Message-   From: Merritt Chapman [mailto:[EMAIL PROTECTED]   Sent: Tuesday, February 10, 2004 3:18 PM   To: CF-Talk   Subject: Session Variables in CFCs   Can someone give me an example of a session variable dec

Session Variables in CFCs

2004-02-10 Thread Merritt Chapman
control a group of session level IDs that determine the output in a dynamic user interface.  Is there a better way to do this with CFCs than to use session variables?   Thanks in advance! -MC [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

About session variables..

2004-02-09 Thread Hassan Arteaga Rodriguez
Hi all: I'm trying to delete all session variables when I close the IE window. I checked the use of the J2EE session variables. It's enough ? Regards __ MSc. Hassan Arteaga Rodríguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. [Todays Thread

session variables, app variables, I'm LOST

2004-02-05 Thread Alan Rafael Bleiweiss
ding a lot about session variables and application variables, server side, client side...  and I'm more confused than ever about what the right solution is for my situation. With each new shopper I need a unique ID for the shopping session that becomes the order number.  This became

Re: 'Moving' Session variables

2004-02-04 Thread peter . tilbrook
You are nearly there. Your session variables are not actually moving, they are being "stolen". The web is "stateless". That means that once ColdFusion and the web server complete each request - that's it - it doesn't know one request from any other. To get around

Re: 'Moving' Session variables

2004-02-04 Thread Michael E. Carluen
eventually reassign new cftokens.  Do you think this will do the trick?   - Original Message -   From: Taco Fleur   To: CF-Talk   Sent: Tuesday, February 03, 2004 10:51 PM   Subject: RE: 'Moving' Session variables   You need to make sure they access a link that does not have a C

RE: 'Moving' Session variables

2004-02-03 Thread Taco Fleur
39 PM To: CF-Talk Subject: Re: 'Moving' Session variables Yes, apparently they are sharing the same cftoken.  What's the most effecient way to reset so they could have their own distinct tokens?   - Original Message -   From: Taco Fleur   To: CF-Talk   Sent: Tuesday, Feb

Re: 'Moving' Session variables

2004-02-03 Thread Michael E. Carluen
Yes, apparently they are sharing the same cftoken.  What's the most effecient way to reset so they could have their own distinct tokens?   - Original Message -   From: Taco Fleur   To: CF-Talk   Sent: Tuesday, February 03, 2004 10:24 PM   Subject: RE: 'Moving' Session

Re: 'Moving' Session variables

2004-02-03 Thread Cassidy Symons
luen   To: CF-Talk   Sent: Tuesday, February 03, 2004 10:07 PM   Subject: Re: 'Moving' Session variables   Thanks for the reply Cassidy.   To answer your questions:   1) Yes, they are on the same firewall.   2) No, none of the reads and some of the writes are locked.   Could the ses

RE: 'Moving' Session variables

2004-02-03 Thread Taco Fleur
[mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 February 2004 3:50 PM To: CF-Talk Subject: 'Moving' Session variables Hi Folks, I have an app that currently uses session vars, and apprears as if it "moves" from one client machine to another.  Specifically, a variable called S

Re: 'Moving' Session variables

2004-02-03 Thread Michael E. Carluen
.   - Original Message -   From: Cassidy Symons   To: CF-Talk   Sent: Tuesday, February 03, 2004 10:04 PM   Subject: Re: 'Moving' Session variables   Off the top of my head...   1) Are the two client machines behind the same proxy/firewall? I've heard of some odd things happening

Re: 'Moving' Session variables

2004-02-03 Thread Cassidy Symons
Off the top of my head... 1) Are the two client machines behind the same proxy/firewall? I've heard of some odd things happening when two client machines appear the same to the outside world. 2) Are all of your session reads and writes locked? Cassidy [EMAIL PROTECTED] "There are people who don

'Moving' Session variables

2004-02-03 Thread Michael E. Carluen
Hi Folks, I have an app that currently uses session vars, and apprears as if it "moves" from one client machine to another.  Specifically, a variable called SESSION.user_id being used on one client session, would be seen on a different client machine. Any suggestions on what could causes this ano

Re: Session Variables Erroneously Timing Out

2004-01-02 Thread Ubqtous
session variable (e.g., src="" >). If a given image variable is an empty string or NULL, the user's session will not be recognized when switching domains on the same server. If all session image variables are populated, everything works fine. I added code to check the session

Re: Session Variables Erroneously Timing Out

2004-01-02 Thread Cedric Villat
I had the same problem with disappearing session vars. Not sure if this applies to you or not, but I had this same thing happen to me when I had an tag with a blank src. Like: As soon as I put something in the src, my disappearing session variables went away. This may have been 6.0 only, not

Session Variables Erroneously Timing Out

2004-01-02 Thread Shannon Rhodes
me my current problems is still on 5.0.  I did a Google search and I see other people posting similar problems with session variables sometimes timing out for no apparent reason, but no one seemed to post a solution.  Any ideas?  Thanks! Shannon Rhodes [EMAIL PROTECTED] [Todays Threads] [This

Question about setting session variables via dropdown (jump) menu.

2003-12-02 Thread John Munyan
I am new to session variables so the following is probably seem remedial (though several hours of searching hasn't shed any light on how this is done).  I am trying to move away from using url variables wherever possible.  I currently use a pull down which reposts the same page populating a c

RE: Session Variables....

2003-11-13 Thread d.a.collie
Arteaga Rodríguez [mailto:[EMAIL PROTECTED] Sent: 13 November 2003 16:31 To: CF-Talk Subject: Session Variables hi all !! I'm trying to check in every page on my site findout if the user is authenticated helped with Application.cfm page.. But always every page redirect me to G

Session Variables....

2003-11-13 Thread Hassan Arteaga Rodríguez
hi all !! I'm trying to check in every page on my site findout if the user is authenticated helped with Application.cfm page.. But always every page redirect me to GotoLogin.cfm even when i force to write in session variable the value session.auth="1". I have 3 pages for Login process, GotoLogin

RE: Non-Stick Session Variables?

2003-10-30 Thread Dave Watts
> I am assuming you mean something like the Client.URLToken or > Session.URLToken? While searching for the aforementioned I > stumbled across the Cfapplication SetDomainCookies attribute. Those things allow you to manage session tokens for your users' browsers, and don't affect your use of CFHTT

RE: Non-Stick Session Variables?

2003-10-30 Thread Nick Baker
advantages/disadvantages to this different approaches. Like maybe some hosts don't allow cookies, etc.? Any comments from others? Anyone aware of a trap and restore cookie tag/snippet Thanks, Nick At 02:06 PM 10/30/2003 -0500, you wrote: >Nick: > >SESSION variables are c

Re: Non-Stick Session Variables?

2003-10-30 Thread Matt Robertson
Had to come up with a solution to this for a project I just finished a couple of weeks ago.  I appended the appropriate CFID and CFTOKEN to the url called by cfhttp.   This was something where the user was grabbing something belonging to their own session, so it worked out fine.  The obvious rub h

RE: Non-Stick Session Variables?

2003-10-30 Thread Mosh Teitelbaum
Nick: SESSION variables are client-specific.  Clients are identified by specifying a unique identifier either via cookies or URL parameters. In order to maintain a session while using multiple CFHTTP requests, you'll have to trap any cookies set in one request and specify them in all

Non-Stick Session Variables?

2003-10-30 Thread Nick Baker
Is there a trick to keeping session variables alive when a Web page is called via and CFHTTP, i.e., from another Web site? The session variables stick when I called the Web page directly from a browser, but not via CFHTTP. Does this mean the session variables are relying on Cookies? Below is

RE: RE: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-05 Thread Joe Eugene
method and session not used. Thoughts on the above? Thanks, Joe Eugene   -Original Message-   From: Barney Boisvert [mailto:[EMAIL PROTECTED]   Sent: Friday, October 03, 2003 6:51 PM   To: CF-Talk   Subject: RE: RE: Session Variables Or Client Variables (Pros & Cons - Poll)   I shoul

RE: RE: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Barney Boisvert
and he was dead on.  I guess it's kind of like the "don't use CFUPDATE" epiphany way back when. barneyb   -Original Message-   From: Mike Brunt [mailto:[EMAIL PROTECTED]   Sent: Friday, October 03, 2003 3:15 PM   To: CF-Talk   Subject: RE: RE: Session Variables Or Client

Re: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Matt Robertson
I use client, but more for legacy reasons these days.  Originally went that route for failover reasons; having been burned 10 times too many with respect to server restarts and the consequences that go with them. Cvars can of course hold complex values.  WDDX is dirt simple to implement.   And yo

RE: RE: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Mike Brunt
clustering, which is a huge advantage to me. barneyb   -Original Message-   From: Joe Eugene [mailto:[EMAIL PROTECTED]   Sent: Friday, October 03, 2003 2:03 PM   To: CF-Talk   Subject: Re: Session Variables Or Client Variables (Pros & Cons - Poll)   What custom system are we talking a

RE: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Stacy Young
I seem to recall being able to store JRun session data in an outside datasource. Another possible option? Stace   _   From: Joe Eugene [mailto:[EMAIL PROTECTED] Sent: October 3, 2003 4:59 PM To: CF-Talk Subject: Re: Session Variables Or Client Variables (Pros & Cons - Poll) Yes, you

RE: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Stacy Young
I use both. Any data I want to persist between sessions...I use client...otherwise session...in MOST cases. (only as of 6.1 tho) Stace   _   From: Joe Eugene [mailto:[EMAIL PROTECTED] Sent: October 3, 2003 4:30 PM To: CF-Talk Subject: Session Variables Or Client Variables (Pros &

RE: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Stacy Young
s processed, transparent to the user. (Our authentication takes place outside the cluster itself - single sign-on) Best of both worlds, works great! Stace   _   From: Mike Brunt [mailto:[EMAIL PROTECTED] Sent: October 3, 2003 5:05 PM To: CF-Talk Subject: RE: Session Variables Or Client Vari

RE: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Barney Boisvert
 From: Joe Eugene [mailto:[EMAIL PROTECTED]   Sent: Friday, October 03, 2003 2:03 PM   To: CF-Talk   Subject: Re: Session Variables Or Client Variables (Pros & Cons - Poll)   What custom system are we talking about? Custom DB with data write and read with SQL for every request?   Are you by-pass

Re: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Joe Eugene
  - Original Message -   From: Barney Boisvert   To: CF-Talk   Sent: Friday, October 03, 2003 4:43 PM   Subject: RE: Session Variables Or Client Variables (Pros & Cons - Poll)   I use a custom system, modelled on client variables.  Everything is stored   in a DB, but serialization

Re: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Joe Eugene
Yes, you can manipulate your session variables all in one place and copy them to variable/request scope for viewing purposes. I agree, the down-side is fail over in versions where you cannot do session replication. So its kinda hard to choose cause it seems session/client vars both seems to have

RE: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Barney Boisvert
2003 1:30 PM   To: CF-Talk   Subject: Session Variables Or Client Variables (Pros & Cons - Poll)   Personally i am not a big fan of Client Variables due to DB Serialize/De-Serialize Overhead   and not being able to store complex variables etc...   Just Curious..   What would be the CF Devel

RE: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Lofback, Chris
In CF5, client variables are the only option when clustering/load-balancing. -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 4:30 PM To: CF-Talk Subject: Session Variables Or Client Variables (Pros & Cons - Poll) Personally i am not a big

RE: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Mike Brunt
Joe, we have used Session variables more than Client.  We typically use duplicate to copy in and out of request so all but those var reads and writes can be done in request scope avoiding extensive locking.  Obviously load-balancing can be an issue but setting sticky can mitigate that.  So the

Re: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Paul Giesenhagen
sessions Paul Giesenhagen QuillDesign   - Original Message -   From: Joe Eugene   To: CF-Talk   Sent: Friday, October 03, 2003 3:29 PM   Subject: Session Variables Or Client Variables (Pros & Cons - Poll)   Personally i am not a big fan of Client Variables due to DB Serializ

Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Joe Eugene
Personally i am not a big fan of Client Variables due to DB Serialize/De-Serialize Overhead and not being able to store complex variables etc... Just Curious.. What would be the CF Developer Consensus to using Client Variables Or using Session Variables? Thanks, Joe Eugene [Todays Threads

RE: session variables and shopping cart

2003-10-01 Thread mayo
o: CF-Talk   Subject: RE: session variables and shopping cart   >> I'm storing a product id as a session variable   >> and am using a _javascript_   >> to allow the users to select the qty of items.   As a rule of thumb I never use _javascript_ for anything that is

RE: session variables and shopping cart

2003-10-01 Thread Dennis Powers
have seen way too many times where a client browser improperly runs the _javascript_ and throws an error or returns a false result.  You just cannot rely on the client’s browser to work properly and it should never be used as part of the commerce calculation. We usually keep the Product_ID and the

RE: session variables and shopping cart

2003-10-01 Thread mayo
e to solve this. Gil   -Original Message-   From: Peter Tilbrook [mailto:[EMAIL PROTECTED]   Sent: Tuesday, September 30, 2003 9:25 PM   To: CF-Talk   Subject: RE: session variables and shopping cart   Are you remembering to pass on the URLToken (CFID/CFToken) when re-directing   or CFLOCATIO

RE: session variables and shopping cart

2003-09-30 Thread Peter Tilbrook
variables and shopping cart   I'm having an odd problem with my session variables.   I'm storing a product id as a session variable   and am using a _javascript_ to allow the users to select the qty of items.   Most times everything goes well: session.item and session.qty are passed as

session variables and shopping cart

2003-09-30 Thread mayo
I'm having an odd problem with my session variables. I'm storing a product id as a session variable and am using a _javascript_ to allow the users to select the qty of items. Most times everything goes well: session.item and session.qty are passed as expected. Other times not

Re: SSL CFMX and Session variables...

2003-08-21 Thread S . Isaac Dealey
elete you would have to have it for > the SSL as well. > - Original Message - > From: <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, August 21, 2003 1:01 PM > Subject: Re: SSL CFMX and Session variables... >> May not

Re: SSL CFMX and Session variables...

2003-08-21 Thread Jeff - Development
- From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 1:01 PM Subject: Re: SSL CFMX and Session variables... > May not be a great solution, but, a possible workaround. Add a frameset to the "add to cart" action page that

Re: SSL CFMX and Session variables...

2003-08-21 Thread info
, 2003 11:02 AM Subject: Re: SSL CFMX and Session variables... >I have a few questions I need to have answered... > >I had a private cert for a while and then decided NOT to renew it and go >with my hosting companies "SHARED SSL server". I was on a CF 5.0 server and >the s

SSL CFMX and Session variables...

2003-08-21 Thread Jeff - Development
I have a few questions I need to have answered... I had a private cert for a while and then decided NOT to renew it and go with my hosting companies "SHARED SSL server". I was on a CF 5.0 server and the shared SSL is on the same machine. I had no problem moving session variables from my

Re: Session Variables Breaking in IE (REPOST)

2003-07-29 Thread Richard Crawford
Just a repost of my question. Further notes: this only happens in IE, and only if a user clears their cache and their cookies while logged in to the session. Any attempt to log in to the website after doing that fails with the error message that I've listed below, which I am at a loss to inter

Session Variables Breaking in IE

2003-07-29 Thread Richard Crawford
Related to my earlier problem, where sessions seem to bust completely if the user clears their cache and all of their cookies while logged in to our site. I've gotten this error: Parameter 1 of function IsDefined, which is now "session.applicationSE2018d699256ad75a766-AB200671-BABB-F493-AA9D1

RE: Persistent Session variables

2003-07-28 Thread Ian Skinner
- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 6:35 AM To: CF-Talk Subject: RE: Persistent Session variables awesome. :) > This works in CFMX > > Ade > -Original Message- > From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] > Sent:

RE: Persistent Session variables

2003-07-28 Thread S . Isaac Dealey
awesome. :) > This works in CFMX > > Ade > -Original Message- > From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] > Sent: 28 July 2003 14:05 > To: CF-Talk > Subject: RE: Persistent Session variables > Very possibly. I'm pretty sure it doesn&#

RE: Persistent Session variables

2003-07-28 Thread Adrian Lynch
This works in CFMX Ade -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: 28 July 2003 14:05 To: CF-Talk Subject: RE: Persistent Session variables Very possibly. I'm pretty sure it doesn't work with CF5. I hadn't heard anything about

RE: Persistent Session variables

2003-07-28 Thread S . Isaac Dealey
ly 2003 20:34 > To: CF-Talk > Subject: RE: Persistent Session variables > Great suggestion... The only thing I'd add is that you > might consider a user > defined function for setting client/session variables... > function setSession(varname,myvalue) { > session[varname] = myv

RE: Persistent Session variables

2003-07-28 Thread Adrian Lynch
Could the fact that CF(MX?) treats the CLIENT scope as a structure internally allow you to use CLIENT[varname] = myValue; ? Ade -Original Message- From: s. isaac dealey [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 20:34 To: CF-Talk Subject: RE: Persistent Session variables Great

RE: Persistent Session variables

2003-07-25 Thread s. isaac dealey
Great suggestion... The only thing I'd add is that you might consider a user defined function for setting client/session variables... function setSession(varname,myvalue) { session[varname] = myvalue; "client.#varname#" = myvalue; } I'm not sure off the top of my head

Persistent Session variables

2003-07-25 Thread Peter Theobald
I thought some of you might find this interesting. For an application I needed to have the speed of reading Session variables from RAM, combined with the persistence of Client variables that don't go away if the Coldfusion server is cycled (restarted) and RAM is tossed out. (something

RE: passing session variables

2003-06-23 Thread Andres Leon
Dont forget to CFLOCK the session vars if you are using CF4.5 or below! Andres -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 7:08 AM To: CF-Talk Subject: Re: passing session variables yup :-) - Original Message - From

Re: passing session variables

2003-06-23 Thread Michael T. Tangorre
yup :-) - Original Message - From: "Dominic J. Doucet-Lorang" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 7:04 AM Subject: RE: passing session variables > I am I going about this correctly? > > > &

RE: passing session variables

2003-06-23 Thread Dominic J. Doucet-Lorang
At 11:14 23.06.2003 +0100, you wrote: > > I have a javascript function I need to pass some CF session > > variables to how can I go about it? > >CFOUTPUT > > >Since the JS is just text, then put the variables into the function when >you build it &g

RE: passing session variables

2003-06-23 Thread Philip Arnold
> I have a javascript function I need to pass some CF session > variables to how can I go about it? CFOUTPUT Since the JS is just text, then put the variables into the function when you build it If it's in a JS file, then write the call to it including the variables myFunction(#S

passing session variables

2003-06-23 Thread Dominic J. Doucet-Lorang
Hi, I have a javascript function I need to pass some CF session variables to how can I go about it? Thanks, Dominic ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: session variables vs client variables

2003-06-19 Thread Costas Piliotis
al Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 10:32 AM To: CF-Talk Subject: session variables vs client variables We're having a problem with sessions being dropped while viewing crystal reports. Crystal sets a cookie for each parameter passed to a

session variables vs client variables

2003-06-19 Thread Tim Do
We're having a problem with sessions being dropped while viewing crystal reports. Crystal sets a cookie for each parameter passed to a report and drops whatever existing cookies there are... so users are being logged out after viewing crystal reports. I'm thinking about changing a

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

2003-06-19 Thread Sean A Corfield
ry > cookie is less likely to be refused by a browser and you only have to > deal with one cookie, not two. > Posted by seancorfield at June 17, 2003 09:44 PM I'd also say switching to J2EE Session Variables opens up the options of: - clustering using JRun / session replication - s

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

2003-06-19 Thread Geoff Bowers
m puzzled about one of your comments tho' - you recommend not to use >J2EE session variables. Could you explain why? >From the Architect's view blog comments: "re: the J2EE session management. I think the point I was trying to make to *regular* CF users was, if you're no

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

2003-06-16 Thread Sean A Corfield
ments tho' - you recommend not to use J2EE session variables. Could you explain why? Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood

RE: Setting session variables from javascript -SOLVED

2003-06-10 Thread Boardwine, David L.
Thanks for the response Chris. I found a workaround. DavidB -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:50 AM To: CF-Talk Subject: RE: Setting session variables from javascript If you mean having JS in the browser read and set session

RE: Setting session variables from javascript

2003-06-10 Thread Lofback, Chris
If you mean having JS in the browser read and set session variables directly, you can't, because JS is client-side and CF session variables are server-side. The only thing you can do is pass variables back and forth via page loads (or getting tricky with hidden frame/GIF pipes) and CFOUTP

Setting session variables from javascript

2003-06-10 Thread Boardwine, David L.
Can someone tell me how to set CF session variables from within javascript? TIA DavidB ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm

RE: Session Variables Dropping

2003-06-06 Thread Charlie Arehart
ich is the release in which it was introduced. /charlie > -Original Message- > From: Charlie Arehart [mailto:[EMAIL PROTECTED] > Sent: Friday, June 06, 2003 6:26 PM > To: CF-Talk > Subject: RE: Session Variables Dropping > > > Do you mean one session variable amon

RE: Session Variables Dropping

2003-06-06 Thread Charlie Arehart
Do you mean one session variable among many, or all session variables, for a given user? When all the user's session variables "disappear", it's often simply because the session key (CFID and CFTOKEN) for the user is changing. These are usually managed (passed from request t

Session Variables Dropping

2003-06-06 Thread Sam Komolafe
Hi, Why could session variables be dropping intermetently on my app. The variables are properly locked. On each page I localize the variables by moving them to a local scope. Once in a while, this local variables which should always be there are not found. I am using CF5 Pro on a Win2000

Session Variables Dropping

2003-06-06 Thread Sam Komolafe
Hi, Why could session variables be dropping intermetently on my app. The variables are properly locked. On each page I localize the variables by moving them to a local scope. Once in a while, this local variables which should always be there are not found. I am using CF5 Pro on a Win2000

Session Variables Dropping

2003-06-05 Thread Sam Komolafe
Hi, Why could session variables be dropping intermetently on my app. The variables are properly locked. On each page I localize the variables by moving them to a local scope. Once in a while, this local variables which should always be there are not found. I am using CF5 Pro on a Win2000

RE: Session Variables

2003-03-13 Thread Raymond Camden
it is." - Yoda > -Original Message- > From: Double Down, Inc. [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 13, 2003 4:30 PM > To: CF-Talk > Subject: Session Variables > > > If I set a session variable on one page. The person leaves > the site for a fe

Session Variables

2003-03-13 Thread Double Down, Inc.
If I set a session variable on one page. The person leaves the site for a few seconds and then comes back to site, will the session variable still exist? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subsc

RE: Problems with session variables getting mixed for 2 different users of office application

2003-03-07 Thread Rick Faircloth
March 07, 2003 12:01 PM > To: CF-Talk > Subject: RE: Problems with session variables getting mixed for 2 > different users of office application > > > Well then I'm at a loss. Have you looked at the > CGI.HTTP_COOKIE variable in > the

RE: Problems with session variables getting mixed for 2 different users of office application

2003-03-07 Thread Everett, Al
t: RE: Problems with session variables getting mixed for 2 > different users of office application > > > Hi, Al and thanks for the reply. > > If the "ghosting" is the problem, will this problem repeat itself, > even after the cookies are deleted and reset? > >

<    1   2   3   4   5   6   7   8   9   10   >