[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] New stuff (performance improvements)
From: |
Dan Kuykendall (Seek3r) |
Subject: |
Re: [Phpgroupware-developers] New stuff (performance improvements) |
Date: |
Wed, 02 Jan 2002 11:13:57 -0800 |
OK. I found the problem. For writing to the session data in anything
less than php4.1 I must use
session_register($myvalue);
This kinda stinks, but should be easy to fix.
I will give it a shot and see what happens. I will notify you all when I
have something that should work
Seek3r
"Dan Kuykendall (Seek3r)" wrote:
>
> Your settings match mine, so I dont know what the problem is.
> Im going to look at the php documentation for any clues.
> One thing I do notice is different php versions.
> On my windowsXP install Im using 4.1.0
> On the phpgroupware.org site Im using 4.1.0RC2
>
> And on your install your using 4.0.4pl1
>
> It may have to do with the way Im allowing php to auto register based on
> the $GLOBALS['HTTP_SESSION_VARS'] array.
>
> Seek3r
>
> Ryan Bonham wrote:
> >
> > Hi,
> >
> > My php_info() shows that i have sesion support comiled in. I attached the
> > phpinfo
> > output also.
> >
> > Ryan
> >
> > Chris Weiss (address@hidden) wrote*:
> > >
> > >I haven't tried it yet, but I recall session support as being a compile
> > >switch.
> > >
> > >Dan Kuykendall (Seek3r) (address@hidden) wrote*:
> > >>
> > >>Yeah Milosch also gets the same thing, but in my personal installs plus
> > >>the cvsdemo on phpgroupware.org its working fine.
> > >>
> > >>Does anyone who has of these setups that dont work, have the ability to
> > >>let me onto the box to try and find the problem?
> > >>
> > >>Seek3r
> > >>
> > >>Ryan Bonham wrote:
> > >>>
> > >>> Hi,
> > >>>
> > >>> I just upgraded via cvs, and tried changing to PHP4 Sesion Id's instead
> > >>> of db. I
> > >>> can't get past the user login screen though. It keeps comming back with
> > >>> Sesion
> > id
> > >>> invalid. If i switch back to db sesion id's it works fine. I will look
> > >>> and see
> > >if i
> > >>> am getting any erros in the log file tonight, and post any thing i
> > >>> find. I just
> > >>> thought you would like to know.
> > >>>
> > >>> Keep up the great work,
> > >>>
> > >>> Ryan Bonham
> > >>>
> > >>> >
> > >>> >2) Added PHP4 sessions class. This class simply uses PHP4's build in
> > >>> >session support instead of dumping it in the database. PHP4's session
> > >>> >support is a bit faster because it handles the encoding of the arrays
> > >>> >itself and since it doesnt bloat the db, the db itself stays cleaner
> > >>> >and
> > >>> >performs better.
> > >>> >
> > >>>
> > >>> _______________________________________________
> > >>> Phpgroupware-developers mailing list
> > >>> address@hidden
> > >>> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
> > >>
> > >>_______________________________________________
> > >>Phpgroupware-developers mailing list
> > >>address@hidden
> > >>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
> > >>
> > >
> > >
> > >_______________________________________________
> > >Phpgroupware-developers mailing list
> > >address@hidden
> > >http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
> > >
> > >
> > --
> > Ryan C. Bonham
> > Bonham Computer Consulting
> >
> > ------------------------------------------------------------------------
> > Name: phpinfo.html
> > phpinfo.html Type: Hypertext Markup Language (text/html)
> > Encoding: base64
>
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
Re: [Phpgroupware-developers] New stuff (performance improvements), Pablo Pessagno, 2002/01/02