[Phplib-users] 7.4 session data
Brought to you by:
nhruby,
richardarcher
From: Frank B. <fb...@sy...> - 2003-12-13 22:37:17
|
I'm finally getting around to looking at 7.4 on a server that is still running 7.2d. All seems to be going well, except that session files are created in /tmp instead of using database. I traced this to local4.inc - when I changed "session4.inc" to "session.inc", my session data went back to my database. Can PHP4 native sessions (which session4 is, I think) not use database tables? Do I care? Should I use prepend.php3 instead, even though the server is running PHP4? Can I mix and match session, user, auth, page files - or must they all be from same set? Frank |