[web2py] Re: Problem with session stored in a postgres database

2011-08-22 Thread guruyaya
Response: Set-Cookie session_id_test="20:77d04bbb-ef21-4a1b-9dd2-b11c05a893c3"; Path=/ F5 Request: Cookie ... session_id_test="20:77d04bbb-ef21-4a1b-9dd2- b11c05a893c3"; ... Reponse: Set-Cookie session_id_test="21:ea5b59f9-0f3e-4da0-be10-62dbead8502a"; Path=/ These are the database reco

[web2py] Re: Problem with session stored in a postgres database

2011-08-22 Thread Anthony
Sounds like it keeps creating new sessions. Is the session cookie coming back with each request? On Monday, August 22, 2011 9:45:32 AM UTC-4, guruyaya wrote: > I'd just like to add, that I looked into the session table, and it > seem to create a new entry for every click I have in the website,

[web2py] Re: Problem with session stored in a postgres database

2011-08-22 Thread guruyaya
I'd just like to add, that I looked into the session table, and it seem to create a new entry for every click I have in the website, when I'm using postgres, while in sqlite, no new entry created. On Aug 22, 4:26 pm, guruyaya wrote: > Cosider this code for an app named test: > Model: db.py > > db