well, i have both web & mobile layouts, and i wanna check whether is user on web or mobile, i did it, there was no problem, but, if user decided to view mobile version on desktop for example, i should check before if user changed the layout, so when he change, i should save somewhere anything which denotes it, now, where it is better to save in codeigniter? session, cookie, or any other way? which is the best?