[web2py] Re: strange problem with form

2010-12-04 Thread mdipierro
sorry. print request.cookies[response.session_id_name].value and response.session_id they should always be the same unless your session is reset. On Dec 4, 10:21 pm, VP wrote: > When there's no problem (don't know when it will show up), this is > what is shown: > > request.session_id is None

[web2py] Re: strange problem with form

2010-12-04 Thread VP
When there's no problem (don't know when it will show up), this is what is shown: request.session_id is None response.session_id is not what do you meant by "see if they match of a new session is issued when the problem appears."?

[web2py] Re: strange problem with form

2010-12-04 Thread VP
No custom view. Will try this. On Dec 4, 10:07 pm, mdipierro wrote: > Do you have a custom form in the view? > > It could be a session problem > > Try display > > {{=request.session_id}} > {{=response.session_id}} > > and see if they match of a new session is issued when the problem > appears. >

[web2py] Re: strange problem with form

2010-12-04 Thread mdipierro
Do you have a custom form in the view? It could be a session problem Try display {{=request.session_id}} {{=response.session_id}} and see if they match of a new session is issued when the problem appears. On Dec 4, 9:59 pm, VP wrote: > I have this simple form.  Lately, I've got this very stra