Re: [Phplib-users] session4_custom.inc
Brought to you by:
nhruby,
richardarcher
From: Marko K. <M.K...@os...> - 2003-04-09 15:44:59
|
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 |