Hi guys, I noticed that the _save method in session.py calls the _setcookie method every time it's called (i.e. in the end of every request because of the processor)
This means that for every request the session cookie is sent again to the client : wouldn't it be more efficient to send it only once, e.g. at login time ? Thanks ! Franck -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to webpy@googlegroups.com. To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.