On Thu, 1 Jun 2000 [EMAIL PROTECTED] wrote:
> So my questions are: how to save session info from page 1 and allow a
> web server that services age 3 to access it.

Have a look at Apache::Session.  Use a database or files over NFS if you
have a cluster.  I've had better luck with databases than NFS.

> MS suggests to use their distributed directory services to store
> session info (instead of cookies) and they do not suggest to use a DB
> for performance reasons. I would like to know if there are
> alternatives to MS solutions.

"Don't use a database, use OUR database."

Ignore them, they're just trying to make money from you.  Use a database.

- Perrin

Reply via email to