Hi Guys,

I am using the identity module with SQLObject and mysql and I am
having  a problem. The tg-visit cookie is being sent properly but then
all subsequent page views the cookie is unmodified. Surely the cookie
should be resent with the 20 minute time out being reset after each
page view.

I am open to the idea that the observed behavior is as designed, but I
think it may be a bug.


This is the cookie info in Firefox

Name    tg-visit
Value   2ade26d1054bc7fffc73e94b8a450d3494b513e5
Host    localhost
Path    /
Secure  No
Expires Tue, 06 Nov 2007 17:27:28 GMT


But here is the sql values

Full Texts      id      visit_key       created         expiry
        Edit    Delete  85      2ade26d1054bc7fffc73e94b8a450d3494b513e5
2007-11-06 17:07:28     2007-11-06 17:43:58


As you can see the database expiry value is increasing properly and is
different from the cookie.

Any ideas where I could fix this.

Regards

Diarmuid

C:\>tg-admin info
TurboGears Complete Version Information

TurboGears requires:

* turbogears 1.0.4b1
* celementtree 1.0.5-20051216
* elementtree 1.2.7-20070827-preview
* sqlalchemy 0.4.0
* turbokid 1.0.3
* turbojson 1.1
* turbocheetah 0.9.5
* simplejson 1.7.1
* setuptools 0.6c5
* ruledispatch 0.5a0.dev-r2306
* pastescript 1.3.5
* formencode 0.7.1
* decoratortools 1.5
* configobj 4.4.0
* cherrypy 2.2.1
* cheetah 2.0rc8
* kid 0.9.6
* ruledispatch 0.5a0.dev-r2306
* cheetah 2.0rc8
* pyprotocols 1.0a0dev-r2302
* pastedeploy 1.3.1
* paste 1.4
* decoratortools 1.5

Toolbox Gadgets

* info (turbogears 1.0.4b1)
* catwalk (turbogears 1.0.4b1)
* shell (turbogears 1.0.4b1)
* designer (turbogears 1.0.4b1)
* widgets (turbogears 1.0.4b1)
* admi18n (turbogears 1.0.4b1)

Identity Providers

* sqlobject (turbogears 1.0.4b1)
* sqlalchemy (turbogears 1.0.4b1)

tg-admin Commands

* info (turbogears 1.0.4b1)
* shell (turbogears 1.0.4b1)
* quickstart (turbogears 1.0.4b1)
* update (turbogears 1.0.4b1)
* sql (turbogears 1.0.4b1)
* i18n (turbogears 1.0.4b1)
* toolbox (turbogears 1.0.4b1)

Visit Managers

* sqlobject (turbogears 1.0.4b1)
* sqlalchemy (turbogears 1.0.4b1)

Template Engines

* cheetah (turbocheetah 0.9.5)
* json (turbojson 1.1)
* kid (turbokid 1.0.3)

Widget Packages


TurboGears Extensions

* visit (turbogears 1.0.4b1)
* identity (turbogears 1.0.4b1)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to