uhm, this is the relevant part for the form I was asking for <input name="_formkey" type="hidden" value="ce992b3a79f9c18f92ec284b9bd443af"><input name="_formname" type="hidden" value="Employee/{'EmployeeCode': Decimal('61339')}">
for the "session" , just put {{=BEAUTIFY(session)}} into the template and watch the keys .... Here the strange part is that it seems that employee code is not an integer as defined into the model but a decimal. I don't know if this is the actual problem, but it is different from the "normal" way. Waiting for the session data to see if formkey is different or equal, that is the problem I was addressing in the previous message.