Sessions Help

2007-02-05 Thread coldfusion . developer
We've got our Web site at a hosting company that has us set up on a cluster. We've got an aplication that doesn't work well with managing session variables on a cluster. When we tried sticky sessions somoe of our other applications through errors sayinig that the CFID was undefined. PLus our

Re: Sessions Help

2007-02-05 Thread Dave Ferguson
Have you thought of storing the session vars as client vars in a DB? If the are simple vars you can write something to do it. The on the next request by the users you can extract them and recreate the session. If your host does not want to to use a resource intensive app you should find a