Re: [Phplib-users] session4_custom.inc
Brought to you by:
nhruby,
richardarcher
From: Dennis G. <ge...@cv...> - 2003-04-09 15:48:50
|
I'm on a shared server, so I want my sessions to be in a database, away from others using the filesystem. Besides identifying a logged in user, what do you use sessions for? Marko Kaening wrote: > Hi Dennis, > > >>Wat do you actually use sessions for? This is is the first time I have >>had sessions going. > > actually I am not using the session_custom anymore as I noticed right now. > That is because I use the user class also ported to php4 by Maxim. Since > my sessions don't really need to be in a DB session4 is okay for me. They > are as a matter of fact as well faster. BUT, the user class provides me > with DB saved user variables! That's a great thing for storing information > in user-dependent manner. > > Marko > |