No, there is no limit on much space a session may have (or how many variables a session may possess).
The only limit is the specs on your computer, this is defined by your available memory_limit in your php.ini .
Be aware that this space will be shared among all sessions for all users.