Adrian Georgescu writes: > SER does not allow you to take control and send 302 back, again 500 is > sent back stateless to the client and the transaction fails. what? you simply do like this: if (enum_query()) { sl_send_reply("302", "Moved Temporalily"); break; } -- juha