R3600/modules/websession/lib/websession.pymaint-1.2
R3600/modules/websession/lib/websession.py
maint-1.2
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
51bfbcb9fa42 | Tibor Simko | Removed $Id$ from file preamble comments. | Oct 27 2008 | |||
f82f432b2798 | Samuele Kaplun | Fixed session bug! session was written in a cookie sent to headers_out. For re… | May 14 2008 | |||
0dacb7cb2063 | Samuele Kaplun | Added CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS support (warning not still… | May 13 2008 | |||
e3deb0cfa7c8 | Samuele Kaplun | Fixed FIXME reminder comment. | Apr 2 2008 | |||
12a17fd8337e | Samuele Kaplun | Fixed backward compatibility session code not creating __dirty_remember_me… | Mar 31 2008 | |||
fbaa3da35c53 | Samuele Kaplun | Fixed session library to be able to load old sessions (without __remember_me… | Mar 19 2008 | |||
ca34942d121b | Samuele Kaplun | Implemented permanent sessions support - a.k.a Remember Me, automatic preferred… | Mar 19 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
4aad083db880 | Samuele Kaplun | *** empty log message *** | Nov 26 2007 | |||
85bb9f03d4b2 | Samuele Kaplun | Added getApacheUser & setApacheUser to the session object, to propagate apache… | Jun 27 2007 | |||
ceaf067fa2cd | Samuele Kaplun | Many changes, including: * Implementation of a firewall like role definition… | May 15 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
bc4079ca45b1 | Tibor Simko | Fixed all pychecker warnings as well as some pylint ones. | Sep 5 2006 | |||
f6c05501b0f5 | Tibor Simko | Handle OperationalError database exception (in case the database connection is… | Jun 20 2006 | |||
18b100fe8575 | Tibor Simko | Implemented name change CDSware to CDS Invenio. Also, introduced new configure… | May 4 2006 | |||
d5b36a574e3c | Tibor Simko | Updated copyright years. | May 2 2006 | |||
6b1700acdd20 | Tibor Simko | Python imports are now done in an absolute way (from cdsware.foo import bar)… | Dec 20 2005 | |||
688464382048 | Tibor Simko | Compatibility with recent MySQLdb. | Nov 15 2005 | |||
84b18f1b27c5 | Tibor Simko | Updated copyright years. | Jan 6 2005 | |||
168d396a9fdc | Tibor Simko | Proper handling of session expiry time storage. Fixes problem of initial zeros… | Mar 24 2004 | |||
d2f4eeca95c2 | Tibor Simko | Update session_expiry column in the session table for each web hit. (pSession) | Sep 15 2003 | |||
d6b7d7dd2381 | Tibor Simko | Reflect renaming of user file into webuser. | Apr 28 2003 | |||
13d0ff8980c5 | Tibor Simko | Apache-user related authentication stuff moved to user.py, a more logical place. | Apr 28 2003 | |||
ad948910b07a | Tibor Simko | Apache authentication code. | Apr 13 2003 |
c4science · Help