Re: [PHP-INST] Sessions help needed!

2003-07-05 Thread Tony Dietrich
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

[PHP-INST] Sessions help needed!

2003-07-05 Thread John Fuller
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

Re: [PHP-INST] Sessions Issue

2003-02-13 Thread Robin Mordasiewicz
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

[PHP-INST] Sessions Issue

2003-02-13 Thread CSParker1
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

Re: [PHP-INST] sessions

2003-01-31 Thread Stephen Edmonds
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 >

Re: [PHP-INST] sessions

2003-01-31 Thread John Coder
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? >

[PHP-INST] sessions

2003-01-31 Thread jacusy
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

Re: [PHP-INST] Sessions

2002-04-19 Thread webmaster
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

RE: [PHP-INST] Sessions

2002-04-18 Thread LIMBOURG Arnaud
> 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

Re: [PHP-INST] Sessions

2002-04-18 Thread webmaster
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

Re: [PHP-INST] Sessions

2002-04-17 Thread firepages
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:[

[PHP-INST] Sessions not working in FreeBSD

2001-12-18 Thread Sean LeBlanc
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.

[PHP-INST] sessions variables

2001-03-02 Thread Harold Arando
Hi. my questions is: Php can manage sessions variables? similar to ASP if Php manage sessions variables how it work? thanks in advance