Hi
I am currently working on a project which uses sessions. Everything works fine, but we are thinking about load balancing the app over multiple boxes. Could anybody tell me the best way to handle the session variables in this situation. We have written a piece of code that overwrites the session functions with our own functions, which writes away the data to an Interbase table instead and this works fine, but was wondering if this is the most effiecient way?
Thanks in advance.