help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-cgicc] session management


From: Alexander J. Oss
Subject: Re: [help-cgicc] session management
Date: Tue, 27 Apr 2004 21:23:02 -0400

May I recommend that if you add in session management, you create an
interface class with an overrideable factory that by default provides your
default implementation?  If someone is writing CGI applications and needs
session management, they'll likely want to override what you provide (e.g.
in my case a SQL Server-backed session data store, and a simple
session-identifying cookie).  Some applications rely on query string session
identifiers, too, to avoid cookie incompatibilities/unavailability.

Session management really exceeds the CGI mandate.  Perhaps session
management should be part of FastCGI?

----- Original Message ----- 
From: "Stephen F. Booth" <address@hidden>
To: "'Edward Wilson'" <address@hidden>; <address@hidden>
Sent: Tuesday, April 27, 2004 4:29 PM
Subject: RE: [help-cgicc] session management


I've actually been thinking about adding session support to cgicc- I've
been doing a lot of PHP programming and am very impressed with the way
it handles sessions.  I was thinking of a simple file-backed system with
the session ID in a cookie.

Stephen

> -----Original Message-----
> From: address@hidden [mailto:help-cgicc-
> address@hidden On Behalf Of Edward Wilson
> Sent: Monday, April 26, 2004 1:59 PM
> To: address@hidden
> Subject: [help-cgicc] session management
>
> Does cgicc handle session state management yet, or must that be
managed on
> one's own still?
>
> Also, is there a means for caching database connections?
>
>
> -
> ed
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Photos: High-quality 4x6 digital prints for 25ยข
> http://photos.yahoo.com/ph/print_splash
>
>
> _______________________________________________
> help-cgicc mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/help-cgicc




_______________________________________________
help-cgicc mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/help-cgicc






reply via email to

[Prev in Thread] Current Thread [Next in Thread]