John
Have you checked the setup of your session management? Check the
setting as reflected in the output from a phpinfo() command. for
example, make sure your session storage path is valid etc. (normally
/tmp if you haven't changed it)
Also check how php is set to access variables. (Look at the
Hello all,
I am new to php in general and am trying to set up a user authentification system
with mysql. The registration page works well and sends all of the data to the
appropriate table in mysql. However, when I try to get the registered user to log in
and start a session, the system
double check the permissions on the directory where you are trying to
write your session files.
On Thu, 13 Feb 2003 [EMAIL PROTECTED] wrote:
> I hope someone can help..
>
> I am trying to run a session and I keep getting the following error:
>
> "Session initialization failed"
>
> Do you know wha
I hope someone can help..
I am trying to run a session and I keep getting the following error:
"Session initialization failed"
Do you know what could be causing this?
Thank you in advance,
Chris
ROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 31, 2003 12:20 PM
Subject: [PHP-INST] sessions
> Hi there!
>
> How can I verify that the sessions in php are working correctly?
>
> The problem is that I'd like to install a forum on my server but it
>
On Fri, 2003-01-31 at 07:20, jacusy wrote:
> Hi there!
>
> How can I verify that the sessions in php are working correctly?
>
> The problem is that I'd like to install a forum on my server but it
> doesn't work. There are some session-errors.
>
> session.save-path = /tmp
> should be ok, right?
>
Hi there!
How can I verify that the sessions in php are working correctly?
The problem is that I'd like to install a forum on my server but it
doesn't work. There are some session-errors.
session.save-path = /tmp
should be ok, right?
jacusy
--
PHP Install Mailing List (http://www.php.net/)
T
Hi all,
I have received some good advice from Arnaud, but still I cant get the cookieless
session to perform like it should.
Personally I no longer think that there is an implementation problem regarding code,
and how the variables are registered syntactically.
I feel it has to do with the insta
> Like I said, I compiled with --enable-track-vars and
> --enable-trans-sid. AND the SID propagates, but I cant seem
> to get anything written into the session files. So any
> variables I register, do NOT propaget. But the SID does. Do
> you get my point?
> When using cookies, all variables r
Like I said, I compiled with --enable-track-vars and --enable-trans-sid. AND the SID
propagates, but I cant seem to get anything written into the session files. So any
variables I register, do NOT propaget. But the SID does. Do you get my point?
When using cookies, all variables registered are
if php was compiled with --enable-trans-sid then you dont need to add the
SID to the URL
run phpinfo() to confirm trans-sid is actually enabled in the php.ini (1 is
on)
(look for session.use_trans_sid)
Regards
Simon Wheeler
firepages
"Limbourg Arnaud" <[EMAIL PROTECTED]> wrote in message
news:[
I'm trying to get sessions to work in PHP w/Apache on FreeBSD. I remember
there being something that had to be done before (at a previous job), but I
can't remember what. Basically, the symptoms are that I get no error, but no
variables increment.
Versions:
PHP: 4.0.6
Apache: 1.3.20
FreeBSD: 4.
Hi. my questions is:
Php can manage sessions variables? similar to ASP
if Php manage sessions variables how it work?
thanks in advance
13 matches
Mail list logo