Hi all
when a user login to my site i'm pulling his preference data and store it as a class object inside a session and then use it as will trough out my application, i would really like to know the size of session in kb to make sure it's not too big,
when looking in the Trace information all i can see is it's name:
is there a quick way to see the size of the session ?Code:UDetails Logic.BLL.UDetails Logic.BLL.UDetails
i don't believe it's greater then 30 bytes so will I be correct that if theoretically i'll have 1000 users i only be using 300kb of my server resources (for sessions) ?




If you Like it 
Reply With Quote