Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Load balanced Vanilla

edited July 2007 in Vanilla 1.0 Help
Has anyone used Vanilla in a load balanced environment? It seems like the use of php's native session functions would make this difficult, unless there are extensions out there to use db-based sessions.

Comments

  • That second question about the way vanilla handle session and I don't really understand why. If you need load balanced, all your applications need store their session data in a DB or a Memcached server. It make more sens to set php session to use a DB and use php session for all your application... ...Unless it is difficult to set php to use something else the local file system. here an example an how to store session in a DB http://shiflett.org/articles/storing-sessions-in-a-database
This discussion has been closed.