i have a search page that let the user choose a lot of criteria to search with and a lot of them are client side (created on fly) so i decided to save them in a Json object so i can catch all client data easily .
now i want to use these data to form a sql query so i can search with and display results in another page through a gird how to transfer it to another page with session or there is another suggestions to achieve that.