The error seems to be that the session cookie get path /code.py/ because of the ligthttp redirect I tried force setting the session cookie path with web.session.conf but that did not work.
On Wednesday, July 4, 2012 11:39:28 PM UTC+2, lars159 wrote: > > I have copied the session count example and copied the lighttpd with > fastcgi example but i don't get the session to work. > > The code.py creates a new session for eache request and the session cookie > get the path code.py/ > if i run the embedded server i get the session cookie path / and then it > works > How can i debug this error what could be wrong. > On Wednesday, July 4, 2012 11:39:28 PM UTC+2, lars159 wrote: > > I have copied the session count example and copied the lighttpd with > fastcgi example but i don't get the session to work. > > The code.py creates a new session for eache request and the session cookie > get the path code.py/ > if i run the embedded server i get the session cookie path / and then it > works > How can i debug this error what could be wrong. > On Wednesday, July 4, 2012 11:39:28 PM UTC+2, lars159 wrote: > > I have copied the session count example and copied the lighttpd with > fastcgi example but i don't get the session to work. > > The code.py creates a new session for eache request and the session cookie > get the path code.py/ > if i run the embedded server i get the session cookie path / and then it > works > How can i debug this error what could be wrong. > On Wednesday, July 4, 2012 11:39:28 PM UTC+2, lars159 wrote: > > I have copied the session count example and copied the lighttpd with > fastcgi example but i don't get the session to work. > > The code.py creates a new session for eache request and the session cookie > get the path code.py/ > if i run the embedded server i get the session cookie path / and then it > works > How can i debug this error what could be wrong. > -- You received this message because you are subscribed to the Google Groups "web.py" group. To view this discussion on the web visit https://groups.google.com/d/msg/webpy/-/mDiuNUCF7ZYJ. 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/webpy?hl=en.
