Hi ya all, I wondered about integration applications in php better with applications in Zope and thought about even handing over sessiondata via sql. What is the contemporary way to have sessiondata in SQL RDBMS and are the drawbacks in it too much to even think about it - compared to using the ram based sessiondata? I tried to google but did not find that much information about whether people had written their own sessiondatamanagers or sessiondata storages to do this - hence the question. -huima
I think someone wrote an alternate session data manager that stored data in SQL. For the life of me I just can't remember who or where it was. On Sat, 2003-10-25 at 17:55, Heimo Laukkanen wrote:
Hi ya all,
I wondered about integration applications in php better with applications in Zope and thought about even handing over sessiondata via sql.
What is the contemporary way to have sessiondata in SQL RDBMS and are the drawbacks in it too much to even think about it - compared to using the ram based sessiondata?
I tried to google but did not find that much information about whether people had written their own sessiondatamanagers or sessiondata storages to do this - hence the question.
-huima
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Chris McDonough wrote:
I think someone wrote an alternate session data manager that stored data in SQL. For the life of me I just can't remember who or where it was.
Do you mean SQLSession? http://www.zope.org/Members/anthony/software/SQLSession/ Last update is from year 2000. -huima
No, there was something else... ;-) On Sat, 2003-10-25 at 21:20, Heimo Laukkanen wrote:
Chris McDonough wrote:
I think someone wrote an alternate session data manager that stored data in SQL. For the life of me I just can't remember who or where it was.
Do you mean SQLSession?
http://www.zope.org/Members/anthony/software/SQLSession/
Last update is from year 2000.
-huima
Heimo Laukkanen wrote Do you mean SQLSession?
http://www.zope.org/Members/anthony/software/SQLSession/
Last update is from year 2000.
Note that this is just because "it works for me". It's still in heavy use on production sites here. If someone wanted to look at adding features and the like, I could put in into cvs.zope.org... -- Anthony Baxter <anthony@interlink.com.au> It's never too late to have a happy childhood.
That wasn't it (I knew about Anthony's), this was a *session data manager* that plugged into the sessioning machinery that comes with Zope 2.5.X+. On Sat, 2003-10-25 at 21:20, Heimo Laukkanen wrote:
Chris McDonough wrote:
I think someone wrote an alternate session data manager that stored data in SQL. For the life of me I just can't remember who or where it was.
Do you mean SQLSession?
http://www.zope.org/Members/anthony/software/SQLSession/
Last update is from year 2000.
-huima
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Anthony Baxter -
Chris McDonough -
Chris McDonough -
Heimo Laukkanen