Also try using client vars store din the database instead, this will prob help.
Russ > -----Original Message----- > From: Stephen Moretti (cfmaster) [mailto:[EMAIL PROTECTED] > Sent: 05 July 2004 11:03 > To: [EMAIL PROTECTED] > Subject: Re: [ cf-dev ] Urgent Problems with session timeouts > > Osullivan Karl (RKB) Senior Analyst/Programmer wrote: > > >No, I'm using Oracle, and the Session variables are just > stored in CF server memory. > > > > > What's probably happening, as Steve says, is that you are > losing the connection to the Orible datasource and CF server > is restarting to handle the 232 (The pipe is being closed) > error. In the process of restarting, you will lose all > memory based variables. > > I would start by looking at what may be going on between your > CF and Oracle server, checking to see if anyone has changed > anything on either recently. It might be worth checking that > there is only one bit of string between your CF and Oracle > server to rule out network failures. > > Sorry that that isn't much help, but hopefully gives you a pointer. > > Stephen > > > -- > These lists are syncronised with the CFDeveloper forum at > http://forum.cfdeveloper.co.uk/ > Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > CFDeveloper Sponsors and contributors:- > *Hosting and support provided by CFMXhosting.co.uk* :: > *ActivePDF provided by activepdf.com* > *Forums provided by fusetalk.com* :: *ProWorkFlow > provided by proworkflow.com* > *Tutorials provided by helmguru.com* :: *Lists > hosted by gradwell.com* > > To unsubscribe, e-mail: [EMAIL PROTECTED] > -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ CFDeveloper Sponsors and contributors:- *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com* *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com* *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com* To unsubscribe, e-mail: [EMAIL PROTECTED]
