is it ok to store rather big amount of data in session ?
Posted
by Omu
on Stack Overflow
See other posts from Stack Overflow
or by Omu
Published on 2010-05-06T11:33:56Z
Indexed on
2010/05/06
11:38 UTC
Read the original article
Hit count: 158
I'm doing a survey builder, and I think to store the survey in session with a unique guid key until the user creates it fully and saves it
I'm thinking it is going to be an array of 100~200 objects (8 properties class)
© Stack Overflow or respective owner