Re: [Phplib-users] session4_custom.inc
Brought to you by:
nhruby,
richardarcher
From: Lindsay H. <fmo...@fm...> - 2003-04-10 18:59:19
|
Thus spake Dennis Gearon on Wed, Apr 09, 2003 at 10:51:04AM CDT > 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? Sessions are used anytime one needs to maintain state between pages. The information assoicated with the state can be the identity of a logged in user, or it can be any information previously sent back to from the client via a form or other feedback method, or a record of pages previously viewed, etc. Sessions make up for the fact the fact that the HTTP protocol itself defines a session only in terms of service of a single page, whereas it's often more useful to consider a session as spanning all the page retrievals by a site visitor in the course of a visit. -- Lindsay Haisley | "Everything works | PGP public key FMP Computer Services | if you let it" | available at 512-259-1190 | (The Roadie) | <http://www.fmp.com/pubkeys> http://www.fmp.com | | |