[eluser]jedd[/eluser]
[quote author="Devyn" date="1253383611"]
Can I store hash in session table without storing in separete table? So I can access the data with session ID. Does it make sense?
[/quote]
Not immediately.
Have you created, and examined the contents of, your ci_session table?
There's a session_id, of course, but what are you actually trying to achieve?
I believe you are free to add additional fields to the ci_session table - I'm sure this has been discussed previously on the forums. The session class (in the user guide) provides a template, and calls it such, for the table creation - which alludes to the option of expanding that to taste.