I installed a fresh version LiteSpeed/2.1.14 Standard.
configured a listener with ssl
configured a virtual host
linked the host to the listener
copied the files to the document root
set up mysql
the first page you see is a login page
when you enter valid user/pass,
it athenticates ok with the database, reads user privileges, stores them into the $_SESSION array.
then i call header:location: other page
but the next page says the user has no rights
a session cockie is created in /tmp with all correct values, AND another with empry session.
this script is working fine in several other servers, so I asume it's a issue with the
/opt/lsws/fcgi-bin/lsphp
or /opt/lsws/conf/php.ini
file
I have been reading PHP ' online manual's coments and someone mentions that i have to use session_write_close or something but didnt work
Looking at the php in server admin, a noticed that the access method has changed from fast cgi to lsapi, could this be my problem?
I tried creating another handler with fastcgi, but the server just reponds with 503 server busy.
I hope you can help me.
configured a listener with ssl
configured a virtual host
linked the host to the listener
copied the files to the document root
set up mysql
the first page you see is a login page
when you enter valid user/pass,
it athenticates ok with the database, reads user privileges, stores them into the $_SESSION array.
then i call header:location: other page
but the next page says the user has no rights
a session cockie is created in /tmp with all correct values, AND another with empry session.
this script is working fine in several other servers, so I asume it's a issue with the
/opt/lsws/fcgi-bin/lsphp
or /opt/lsws/conf/php.ini
file
I have been reading PHP ' online manual's coments and someone mentions that i have to use session_write_close or something but didnt work
Looking at the php in server admin, a noticed that the access method has changed from fast cgi to lsapi, could this be my problem?
I tried creating another handler with fastcgi, but the server just reponds with 503 server busy.
I hope you can help me.