[nycphp-talk] PHP $_SESSION
Néstor
rotsen at gmail.com
Thu Jun 5 19:09:20 EDT 2008
I tested the same small program on my other server and the value
changes everytime.
PHP works on both the old an the new system
What should I check that I might be missing on one system compare to the
other
so I can pass SESSION information.
Remeber my old system is RHEL 3/apache 1.39/ php 4.3.2 <-- WORKS
New system is RHEL 5.1/ apache 2.2.3/ php 5.1.6 <-- DOES NOT WORK
:-)
On Thu, Jun 5, 2008 at 4:01 PM, Néstor <rotsen at gmail.com> wrote:
>
> I tested this small program and the value is always 1
>
>
>
> On Thu, Jun 5, 2008 at 3:53 PM, John Campbell <jcampbell1 at gmail.com>
> wrote:
>
>>
>> I assume you are testing with a simple page like
>>
>> <?php
>> session_start();
>> echo ++$_SESSION['foo'];
>>
>> The number should increase on every refresh. Does it just print 1
>> every time? Are there files in /tmp that look like
>> "sess324afd9asd91874ea"? Delete your cookies and refresh the page and
>> check for a cookie like: PHPSESSID=324afd9asd91874ea ?
>>
>> -John C.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20080605/6ab6c663/attachment.html>
More information about the talk
mailing list