WebApp Sec mailing list archives

unsubscribe me please


From: maburns () safenet-inc com
Date: Wed, 8 Sep 2004 16:36:30 -0700

MABurns () Safenet-inc com
MABurns () rainbow com

Mary Ann Burns
Director, Channel Development
SafeNet Inc. 
MABurns () Safenet-inc com
949-788-7687
www.Safenet-inc.com
The information contained in this electronic mail transmission may be
privileged and confidential, and therefore, protected from disclosure. If
you have received this communication in error, please notify us immediately
by replying to this message and deleting it from your computer without
copying or disclosing it.




-----Original Message-----
From: focus () karsites net [mailto:focus () karsites net]
Sent: Saturday, August 28, 2004 1:29 AM
To: webappsec () lists securityfocus com
Subject: RE: ASP authentication



Hi all.

I'm running LAMP on my webserver - SuSE 8.1 pro.

I would like to set up a mysql table to store php session
data between pages.

Does anyone know of a tutorial and example code on how to
implement php sessions using a mysql database?

I specifically need to know how to write the

session_set_save_handler()

user functions to implement database storage of session.

Are there any good tutorials about this that anyone can
point me to please.

Kind Regards Keith Roberts


On Fri, 27 Aug 2004, Zuech, Richard wrote:

To: BĂ©noni MARTIN <Benoni.MARTIN () libertis ga>,
     webappsec () lists securityfocus com
From: "Zuech, Richard" <RichardZuech () miamibeachfl gov>
Subject: RE: ASP authentication

Setting a Session Variable is the best way IMHO.

If it's just on one server the easiest way is to use a session variable
that resides in memory.

If the application is spread across multiple servers, use a session
variable that gets stored in a Database (rather than RAM) so that the
session variable is not lost (in another server's memory) on subsequent web
requests via Posts/Gets.

I hope that helps,

Rich


Current thread: