-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Sergio Moyano Serrano wrote:
| sessions in php, this fail. The user can't do login, always is
| redirected to the index.php page.
PHP-Sessions are "local"!
| If someone had had a similar trouble, I would like that he would say
| how to resolve its.
Set the session.save_path to a NFS-Directory. Urgl ;-) Or use a central
database server to manage sessions.
Untestet:
1.) set in the php.ini session.use_cookies to 0
2.) configure pound with
Session URL PHPSESSID
or wathever you have set in the php.ini as session.name
hth,
ritze
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAwEDuGyZFNhKyFs4RAsoJAJ9MVfTfyekHFOE3/HWO+N7j+Z6THwCfXvcD
FV00Bv2nf7RS5uRZeHnsce8=
=tx0M
-----END PGP SIGNATURE-----
|