do i use ci_sessions to store session data

gboyington

New Member
Im developing site for a travel site, in the process when a user searches I do manipulation on the database result then store it in session. Which stores the data in the ci_session database. By following this method I'm able to easily filter the data from \[code\]$this->session->userdata();\[/code\]A normal search which results in 4 hotels the session data goes more than 20kb, in actual server environment it is possible that the result will be more than 200 hotels, i.e. 4000kb data for a single user on each row, in ci_session table. this process is making the app very slow, What other approach i can follow to make the search result much faster.
 
Back
Top