[eluser]Cristian Gilè[/eluser]
Hi CMCDragonkai,
session class in database keeps data and relative type. If you take a look in the session table, the field user_data contains something like this:
where session_name is the name of one of your session vars, and in this case, i:1 is an integer value (1).
i stands for integer, b for boolean and s for string.
Cristian Gilè