The page not found error is normally thrown when the container fails to find the file. It AFAIK, is in no way related to the session space since the session is limited by the amount of physical memory your server machine has.
Without more code or explanation, it would be difficult to be of any further help.
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 733
the files themselves aren't stored in the session, only references to the objects containing them are.
You could of course run out of server memory causing the server to crash.
More likely you're just running into timeouts causing the browser to think the server isn't there.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337