Hi Guys,
I'm working on a form, and for design/programmatic reasons I need to contain in a session variable as much as 100,000 characters (would be code for a webpage). It would only be temporary and probably not held for more than 10 minutes, but most likely for less than a minute. It's simply held in session in passing a form where people use CKeditor to make a webpage. The page itself needs to be rendered in an individual iFrame, and I can't pass form variables to that iframe.
Question is.. How big is too big? I know that the theoritical limit is going to be based on server memory.
I'm working on a form, and for design/programmatic reasons I need to contain in a session variable as much as 100,000 characters (would be code for a webpage). It would only be temporary and probably not held for more than 10 minutes, but most likely for less than a minute. It's simply held in session in passing a form where people use CKeditor to make a webpage. The page itself needs to be rendered in an individual iFrame, and I can't pass form variables to that iframe.
Question is.. How big is too big? I know that the theoritical limit is going to be based on server memory.