durusmail: quixote-users: Quixote + SQLObject Sessions (was Single-signon in Quixote)
Single-signon in Quixote
2005-02-02
2005-02-02
Quixote + SQLObject Sessions (was Single-signon in Quixote)
2005-02-02
Re: Quixote + SQLObject Sessions (was Single-signon in Quixote)
2005-02-09
2005-02-09
2005-02-02
2005-02-02
2005-02-02
2005-02-03
2005-02-03
Quixote + SQLObject Sessions (was Single-signon in Quixote)
Charles Brandt
2005-02-02
Hi Titus, Ksenia, and others...

> -> Thank you for reply. Actually, I do use your session module from the
> -> wiki :) I even have plans to integrate SQLObject in it.
>
> Cool!  If you do, drop it on the wiki -- I'm sure other people would
> be interested.
>

A few weeks ago I did just that and I've been meaning to tar it up and post
it to the list.  Thanks for the reminder! :)  You can grab it here:
http://www.charlesbrandt.com/quixote_sql_sessions.tgz

A long time ago I had made a custom version that was similar in function,
but a lot messier in implementation.  After looking at Titus' version I
decided to scrap mine and make the modifications.  I think I also added some
basic checks for session expiration based on another one of Titus'
suggestions on the list.

Currently this code relies on SQLObject 0.5.3 and the interface in that
version, but it should be an easy switch for people using newer versions.

Please let me know if you have any changes or comments, etc. I've also made
a note of this on the wiki.
(http://www.quixote.ca/qx/StoringSessionsInDatabase)

Many thanks to Titus for the original!!! :)

-Charles.



reply