Dr Noop - 2004-03-24

Logged In: YES
user_id=521998

Are you using a Web farm? You need change php-session
managament, because each server have a distinct session.

You can create a NFS dir and store sessions at this location

.htaccess

<IfModule mod_php4.c>

php_value session.save_path
"/home/groups/m/my/myprojects/sessions"

</IfModule>