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

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

Re: [PHP-INST] sessions

2003-01-31 Thread Stephen Edmonds
If you are running Windows as your operating system, you can not use /tmp as the session directory. You have to specify a valid windows directroy (e.g. it must exist) Most people use something like C:/PHP/SessionData Stephen - Original Message - From: "jacusy" <[EMAIL PROTECTED]> To: <[E

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? >

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:[