Session Problem

Session Problem

am 12.01.2007 06:13:32 von Nur_Adman

------_=_NextPart_001_01C73608.68C270A7
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Dear All,

=20

I need some help please...

=20

I'm developing an web application using PHP/MySQL, and its has been
running on my company.

=20

I'm planning to migrate the system on a new server.

I have installed everything that are needed on the new server to running
the web application.

But I'm confusing that the session isn't running.

=20

For your information, I've setting all configurations (MySQL & PHP),
included register globals to "Off".

I have trying to re-install the web server & MySQL, but it still not
running...

=20

Please advice...

=20

Thanks & Regards,

=20

Anita


------_=_NextPart_001_01C73608.68C270A7--

Re: Session Problem

am 12.01.2007 06:27:07 von Peter Beckman

1. Is session support compiled into PHP, or if not, is the module there and
being loaded? phpinfo() will tell you.

If not, recompile PHP or build the dynamic module to support sessions.

2. If so, check the location of session.save_files and make sure it is
writable by the web server user/group. If not, you must change this.

Beckman

On Fri, 12 Jan 2007, Nur_Adman@fmi.com wrote:

> Dear All,
>
>
>
> I need some help please...
>
>
>
> I'm developing an web application using PHP/MySQL, and its has been
> running on my company.
>
>
>
> I'm planning to migrate the system on a new server.
>
> I have installed everything that are needed on the new server to running
> the web application.
>
> But I'm confusing that the session isn't running.
>
>
>
> For your information, I've setting all configurations (MySQL & PHP),
> included register globals to "Off".
>
> I have trying to re-install the web server & MySQL, but it still not
> running...
>
>
>
> Please advice...
>
>
>
> Thanks & Regards,
>
>
>
> Anita
>
>

------------------------------------------------------------ ---------------
Peter Beckman Internet Guy
beckman@purplecow.com http://www.purplecow.com/
------------------------------------------------------------ ---------------

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: Session Problem

am 12.01.2007 07:34:06 von Nur_Adman

------_=_NextPart_001_01C73613.A889D301
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

=20

1. Did you mean that on phpinfo(), the Session Support is enabled?
Yes, it wrote so.

2. I have check the session.save_files, and its writable. I found
some files session in there.

=20

Please advice...

=20

Thanks & Regards,

=20

Anita

=20

=20

-----Original Message-----
From: Peter Beckman [mailto:beckman@purplecow.com]=20
Sent: Friday, January 12, 2007 2:27 PM
To: Adman, Nur anita
Cc: php-db@lists.php.net
Subject: Re: [PHP-DB] Session Problem

=20

1. Is session support compiled into PHP, or if not, is the module there
and

being loaded? phpinfo() will tell you.

=20

If not, recompile PHP or build the dynamic module to support sessions.

=20

2. If so, check the location of session.save_files and make sure it is

writable by the web server user/group. If not, you must change this.

=20

Beckman

=20

On Fri, 12 Jan 2007, Nur_Adman@fmi.com wrote:

=20

> Dear All,

>=20

>=20

>=20

> I need some help please...

>=20

>=20

>=20

> I'm developing an web application using PHP/MySQL, and its has been

> running on my company.

>=20

>=20

>=20

> I'm planning to migrate the system on a new server.

>=20

> I have installed everything that are needed on the new server to
running

> the web application.

>=20

> But I'm confusing that the session isn't running.

>=20

>=20

>=20

> For your information, I've setting all configurations (MySQL & PHP),

> included register globals to "Off".

>=20

> I have trying to re-install the web server & MySQL, but it still not

> running...

>=20

>=20

>=20

> Please advice...

>=20

>=20

>=20

> Thanks & Regards,

>=20

>=20

>=20

> Anita

>=20

>=20

=20

------------------------------------------------------------ ------------
---

Peter Beckman Internet
Guy

beckman@purplecow.com
http://www.purplecow.com/

------------------------------------------------------------ ------------
---


------_=_NextPart_001_01C73613.A889D301--

RE: Session Problem

am 12.01.2007 16:20:30 von Bastien Koert

are you sure that the problem is not in the browser settings (not to accept
session cookies)?

Bastien


>From:
>To:
>CC:
>Subject: RE: [PHP-DB] Session Problem
>Date: Fri, 12 Jan 2007 15:34:06 +0900
>
>
>
>1. Did you mean that on phpinfo(), the Session Support is enabled?
>Yes, it wrote so.
>
>2. I have check the session.save_files, and its writable. I found
>some files session in there.
>
>
>
>Please advice...
>
>
>
>Thanks & Regards,
>
>
>
>Anita
>
>
>
>
>
>-----Original Message-----
>From: Peter Beckman [mailto:beckman@purplecow.com]
>Sent: Friday, January 12, 2007 2:27 PM
>To: Adman, Nur anita
>Cc: php-db@lists.php.net
>Subject: Re: [PHP-DB] Session Problem
>
>
>
>1. Is session support compiled into PHP, or if not, is the module there
>and
>
>being loaded? phpinfo() will tell you.
>
>
>
> If not, recompile PHP or build the dynamic module to support sessions.
>
>
>
>2. If so, check the location of session.save_files and make sure it is
>
>writable by the web server user/group. If not, you must change this.
>
>
>
>Beckman
>
>
>
>On Fri, 12 Jan 2007, Nur_Adman@fmi.com wrote:
>
>
>
> > Dear All,
>
> >
>
> >
>
> >
>
> > I need some help please...
>
> >
>
> >
>
> >
>
> > I'm developing an web application using PHP/MySQL, and its has been
>
> > running on my company.
>
> >
>
> >
>
> >
>
> > I'm planning to migrate the system on a new server.
>
> >
>
> > I have installed everything that are needed on the new server to
>running
>
> > the web application.
>
> >
>
> > But I'm confusing that the session isn't running.
>
> >
>
> >
>
> >
>
> > For your information, I've setting all configurations (MySQL & PHP),
>
> > included register globals to "Off".
>
> >
>
> > I have trying to re-install the web server & MySQL, but it still not
>
> > running...
>
> >
>
> >
>
> >
>
> > Please advice...
>
> >
>
> >
>
> >
>
> > Thanks & Regards,
>
> >
>
> >
>
> >
>
> > Anita
>
> >
>
> >
>
>
>
>----------------------------------------------------------- -------------
>---
>
>Peter Beckman Internet
>Guy
>
>beckman@purplecow.com
>http://www.purplecow.com/
>
>----------------------------------------------------------- -------------
>---
>

____________________________________________________________ _____
Your opinion matters. Please tell us what you think and be entered into a
draw for a grand prize of $500 or one of 20 $50 cash prizes.
http://www.youthographyinsiders.com/R.aspx?a=116

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: Session Problem

am 12.01.2007 21:59:42 von Nur_Adman

------_=_NextPart_001_01C7368C.954A355D
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I don't think that the problem is on the browser setting...

Cause I've tried to browse the other web application (that using session
too) on other server, and its running well...

=20

Forget to tell you, that if I used http://localhost
, the session running well...

But if I change with http://hostname , the session
wasn't running...

I thought the problem was on privileges...

But I have setting the grant privilege to user root & the hostname...

Still the session not running..

=20

Regards,

=20

Anita

=20

-----Original Message-----
From: Bastien Koert [mailto:bastien_k@hotmail.com]=20
Sent: Saturday, January 13, 2007 12:21 AM
To: Adman, Nur anita; beckman@purplecow.com
Cc: php-db@lists.php.net
Subject: RE: [PHP-DB] Session Problem

=20

are you sure that the problem is not in the browser settings (not to
accept=20

session cookies)?

=20

Bastien

=20

=20

>From:

>To:

>CC:

>Subject: RE: [PHP-DB] Session Problem

>Date: Fri, 12 Jan 2007 15:34:06 +0900

>=20

>=20

>=20

>1. Did you mean that on phpinfo(), the Session Support is enabled?

>Yes, it wrote so.

>=20

>2. I have check the session.save_files, and its writable. I found

>some files session in there.

>=20

>=20

>=20

>Please advice...

>=20

>=20

>=20

>Thanks & Regards,

>=20

>=20

>=20

>Anita

>=20

>=20

>=20

>=20

>=20

>-----Original Message-----

>From: Peter Beckman [mailto:beckman@purplecow.com]

>Sent: Friday, January 12, 2007 2:27 PM

>To: Adman, Nur anita

>Cc: php-db@lists.php.net

>Subject: Re: [PHP-DB] Session Problem

>=20

>=20

>=20

>1. Is session support compiled into PHP, or if not, is the module there

>and

>=20

>being loaded? phpinfo() will tell you.

>=20

>=20

>=20

> If not, recompile PHP or build the dynamic module to support
sessions.

>=20

>=20

>=20

>2. If so, check the location of session.save_files and make sure it is

>=20

>writable by the web server user/group. If not, you must change this.

>=20

>=20

>=20

>Beckman

>=20

>=20

>=20

>On Fri, 12 Jan 2007, Nur_Adman@fmi.com wrote:

>=20

>=20

>=20

> > Dear All,

>=20

> >

>=20

> >

>=20

> >

>=20

> > I need some help please...

>=20

> >

>=20

> >

>=20

> >

>=20

> > I'm developing an web application using PHP/MySQL, and its has been

>=20

> > running on my company.

>=20

> >

>=20

> >

>=20

> >

>=20

> > I'm planning to migrate the system on a new server.

>=20

> >

>=20

> > I have installed everything that are needed on the new server to

>running

>=20

> > the web application.

>=20

> >

>=20

> > But I'm confusing that the session isn't running.

>=20

> >

>=20

> >

>=20

> >

>=20

> > For your information, I've setting all configurations (MySQL & PHP),

>=20

> > included register globals to "Off".

>=20

> >

>=20

> > I have trying to re-install the web server & MySQL, but it still not

>=20

> > running...

>=20

> >

>=20

> >

>=20

> >

>=20

> > Please advice...

>=20

> >

>=20

> >

>=20

> >

>=20

> > Thanks & Regards,

>=20

> >

>=20

> >

>=20

> >

>=20

> > Anita

>=20

> >

>=20

> >

>=20

>=20

>=20

>----------------------------------------------------------- ------------
-

>---

>=20

>Peter Beckman Internet

>Guy

>=20

>beckman@purplecow.com

>http://www.purplecow.com/

>=20

>----------------------------------------------------------- ------------
-

>---

>=20

=20

____________________________________________________________ _____

Your opinion matters. Please tell us what you think and be entered into
a=20

draw for a grand prize of $500 or one of 20 $50 cash prizes.=20

http://www.youthographyinsiders.com/R.aspx?a=3D116

=20


------_=_NextPart_001_01C7368C.954A355D--

Re: Session Problem

am 17.01.2007 00:44:55 von bob plano

what version of php are you using? i ran across a problem with
sessions not working for windows in php 5.2 because the directories
for the sessions were not created.

On 1/12/07, Nur_Adman@fmi.com wrote:
> I don't think that the problem is on the browser setting...
>
> Cause I've tried to browse the other web application (that using session
> too) on other server, and its running well...
>
>
>
> Forget to tell you, that if I used http://localhost
> , the session running well...
>
> But if I change with http://hostname , the session
> wasn't running...
>
> I thought the problem was on privileges...
>
> But I have setting the grant privilege to user root & the hostname...
>
> Still the session not running..
>
>
>
> Regards,
>
>
>
> Anita
>
>
>
> -----Original Message-----
> From: Bastien Koert [mailto:bastien_k@hotmail.com]
> Sent: Saturday, January 13, 2007 12:21 AM
> To: Adman, Nur anita; beckman@purplecow.com
> Cc: php-db@lists.php.net
> Subject: RE: [PHP-DB] Session Problem
>
>
>
> are you sure that the problem is not in the browser settings (not to
> accept
>
> session cookies)?
>
>
>
> Bastien
>
>
>
>
>
> >From:
>
> >To:
>
> >CC:
>
> >Subject: RE: [PHP-DB] Session Problem
>
> >Date: Fri, 12 Jan 2007 15:34:06 +0900
>
> >
>
> >
>
> >
>
> >1. Did you mean that on phpinfo(), the Session Support is enabled?
>
> >Yes, it wrote so.
>
> >
>
> >2. I have check the session.save_files, and its writable. I found
>
> >some files session in there.
>
> >
>
> >
>
> >
>
> >Please advice...
>
> >
>
> >
>
> >
>
> >Thanks & Regards,
>
> >
>
> >
>
> >
>
> >Anita
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >-----Original Message-----
>
> >From: Peter Beckman [mailto:beckman@purplecow.com]
>
> >Sent: Friday, January 12, 2007 2:27 PM
>
> >To: Adman, Nur anita
>
> >Cc: php-db@lists.php.net
>
> >Subject: Re: [PHP-DB] Session Problem
>
> >
>
> >
>
> >
>
> >1. Is session support compiled into PHP, or if not, is the module there
>
> >and
>
> >
>
> >being loaded? phpinfo() will tell you.
>
> >
>
> >
>
> >
>
> > If not, recompile PHP or build the dynamic module to support
> sessions.
>
> >
>
> >
>
> >
>
> >2. If so, check the location of session.save_files and make sure it is
>
> >
>
> >writable by the web server user/group. If not, you must change this.
>
> >
>
> >
>
> >
>
> >Beckman
>
> >
>
> >
>
> >
>
> >On Fri, 12 Jan 2007, Nur_Adman@fmi.com wrote:
>
> >
>
> >
>
> >
>
> > > Dear All,
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > I need some help please...
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > I'm developing an web application using PHP/MySQL, and its has been
>
> >
>
> > > running on my company.
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > I'm planning to migrate the system on a new server.
>
> >
>
> > >
>
> >
>
> > > I have installed everything that are needed on the new server to
>
> >running
>
> >
>
> > > the web application.
>
> >
>
> > >
>
> >
>
> > > But I'm confusing that the session isn't running.
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > For your information, I've setting all configurations (MySQL & PHP),
>
> >
>
> > > included register globals to "Off".
>
> >
>
> > >
>
> >
>
> > > I have trying to re-install the web server & MySQL, but it still not
>
> >
>
> > > running...
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > Please advice...
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > Thanks & Regards,
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > Anita
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> >----------------------------------------------------------- ------------
> -
>
> >---
>
> >
>
> >Peter Beckman Internet
>
> >Guy
>
> >
>
> >beckman@purplecow.com
>
> >http://www.purplecow.com/
>
> >
>
> >----------------------------------------------------------- ------------
> -
>
> >---
>
> >
>
>
>
> ____________________________________________________________ _____
>
> Your opinion matters. Please tell us what you think and be entered into
> a
>
> draw for a grand prize of $500 or one of 20 $50 cash prizes.
>
> http://www.youthographyinsiders.com/R.aspx?a=116
>
>
>
>
>

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: Session Problem

am 17.01.2007 00:49:44 von Nur_Adman

------_=_NextPart_001_01C739C8.FFD5A973
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I`m using PHP 5.0.4 on the new server, the same version with my old
one....

=20

Regards,=20

Anita

=20

-----Original Message-----
From: bob plano [mailto:mendel.eliwood@gmail.com]=20
Sent: Wednesday, January 17, 2007 8:45 AM
To: Adman, Nur anita
Cc: bastien_k@hotmail.com; beckman@purplecow.com; php-db@lists.php.net
Subject: Re: [PHP-DB] Session Problem

=20

what version of php are you using? i ran across a problem with

sessions not working for windows in php 5.2 because the directories

for the sessions were not created.

=20

On 1/12/07, Nur_Adman@fmi.com wrote:

> I don't think that the problem is on the browser setting...

>=20

> Cause I've tried to browse the other web application (that using
session

> too) on other server, and its running well...

>=20

>=20

>=20

> Forget to tell you, that if I used http://localhost


> , the session running well...

>=20

> But if I change with http://hostname , the session

> wasn't running...

>=20

> I thought the problem was on privileges...

>=20

> But I have setting the grant privilege to user root & the hostname...

>=20

> Still the session not running..

>=20

>=20

>=20

> Regards,

>=20

>=20

>=20

> Anita

>=20

>=20

>=20

> -----Original Message-----

> From: Bastien Koert [mailto:bastien_k@hotmail.com]

> Sent: Saturday, January 13, 2007 12:21 AM

> To: Adman, Nur anita; beckman@purplecow.com

> Cc: php-db@lists.php.net

> Subject: RE: [PHP-DB] Session Problem

>=20

>=20

>=20

> are you sure that the problem is not in the browser settings (not to

> accept

>=20

> session cookies)?

>=20

>=20

>=20

> Bastien

>=20

>=20

>=20

>=20

>=20

> >From:

>=20

> >To:

>=20

> >CC:

>=20

> >Subject: RE: [PHP-DB] Session Problem

>=20

> >Date: Fri, 12 Jan 2007 15:34:06 +0900

>=20

> >

>=20

> >

>=20

> >

>=20

> >1. Did you mean that on phpinfo(), the Session Support is
enabled?

>=20

> >Yes, it wrote so.

>=20

> >

>=20

> >2. I have check the session.save_files, and its writable. I
found

>=20

> >some files session in there.

>=20

> >

>=20

> >

>=20

> >

>=20

> >Please advice...

>=20

> >

>=20

> >

>=20

> >

>=20

> >Thanks & Regards,

>=20

> >

>=20

> >

>=20

> >

>=20

> >Anita

>=20

> >

>=20

> >

>=20

> >

>=20

> >

>=20

> >

>=20

> >-----Original Message-----

>=20

> >From: Peter Beckman [mailto:beckman@purplecow.com]

>=20

> >Sent: Friday, January 12, 2007 2:27 PM

>=20

> >To: Adman, Nur anita

>=20

> >Cc: php-db@lists.php.net

>=20

> >Subject: Re: [PHP-DB] Session Problem

>=20

> >

>=20

> >

>=20

> >

>=20

> >1. Is session support compiled into PHP, or if not, is the module
there

>=20

> >and

>=20

> >

>=20

> >being loaded? phpinfo() will tell you.

>=20

> >

>=20

> >

>=20

> >

>=20

> > If not, recompile PHP or build the dynamic module to support

> sessions.

>=20

> >

>=20

> >

>=20

> >

>=20

> >2. If so, check the location of session.save_files and make sure it
is

>=20

> >

>=20

> >writable by the web server user/group. If not, you must change this.

>=20

> >

>=20

> >

>=20

> >

>=20

> >Beckman

>=20

> >

>=20

> >

>=20

> >

>=20

> >On Fri, 12 Jan 2007, Nur_Adman@fmi.com wrote:

>=20

> >

>=20

> >

>=20

> >

>=20

> > > Dear All,

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > > I need some help please...

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > > I'm developing an web application using PHP/MySQL, and its has
been

>=20

> >

>=20

> > > running on my company.

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > > I'm planning to migrate the system on a new server.

>=20

> >

>=20

> > >

>=20

> >

>=20

> > > I have installed everything that are needed on the new server to

>=20

> >running

>=20

> >

>=20

> > > the web application.

>=20

> >

>=20

> > >

>=20

> >

>=20

> > > But I'm confusing that the session isn't running.

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > > For your information, I've setting all configurations (MySQL &
PHP),

>=20

> >

>=20

> > > included register globals to "Off".

>=20

> >

>=20

> > >

>=20

> >

>=20

> > > I have trying to re-install the web server & MySQL, but it still
not

>=20

> >

>=20

> > > running...

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > > Please advice...

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > > Thanks & Regards,

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> > > Anita

>=20

> >

>=20

> > >

>=20

> >

>=20

> > >

>=20

> >

>=20

> >

>=20

> >

>=20

>
>----------------------------------------------------------- ------------

> -

>=20

> >---

>=20

> >

>=20

> >Peter Beckman
Internet

>=20

> >Guy

>=20

> >

>=20

> >beckman@purplecow.com

>=20

> >http://www.purplecow.com/

>=20

> >

>=20

>
>----------------------------------------------------------- ------------

> -

>=20

> >---

>=20

> >

>=20

>=20

>=20

> ____________________________________________________________ _____

>=20

> Your opinion matters. Please tell us what you think and be entered
into

> a

>=20

> draw for a grand prize of $500 or one of 20 $50 cash prizes.

>=20

> http://www.youthographyinsiders.com/R.aspx?a=3D116

>=20

>=20

>=20

>=20

>=20


------_=_NextPart_001_01C739C8.FFD5A973--