The Artima Developer Community
Sponsored Link

PHP Buzz Forum
I'm baaaack!

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Lewis Franklin

Posts: 28
Nickname: brolewis
Registered: Sep, 2004

Lewis Franklin is Lead Developer for GroupOrg Group Management System
I'm baaaack! Posted: Sep 13, 2004 6:41 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Lewis Franklin.
Original Post: I'm baaaack!
Feed Title: Lewis Franklin's Blog
Feed URL: /default.aspx?a=www.grouporg.org
Feed Description: Admin Blog for GroupOrg
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Lewis Franklin
Latest Posts From Lewis Franklin's Blog

Advertisement
30f Well, after a programming hiatus, I am back to working on Session Management for GroupOrg. I have decided to take advantage of ADOdb's session handler and store sessions in the database. The advantage to going this route is two-fold. First, the session is not stored in files, which, on a improperly configured server, are readable by the world. By using the database, the session data is password protected. Secondly, ADOdb encrypts the information in the database, so even if someone were to gain access to the database, the information there would be useless. While I have not seen any empirical evidence, I do imagine that I am taking a performace hit by using the database instead of the file system. However, I believe that the added security outweighs the performance cost. 669

Read: I'm baaaack!

Topic: libgmailer Previous Topic   Next Topic Topic: A Day to Remember

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use