Get _id of inserted row and store in session

The insert() function returns the item that was added. Therefore results._id is the ID of the item that was added.

See the insert() API for details.