Hey Andrew > Here is the problem I have 80 users on this system, and every time they log > in and logout they are creating another session, multiply the number of > users by 500k by 100 logins an it starts adding up.
I'm a bit lost here.... 80 users x 500kb of session variables (I guess?) x 100 logins. What do you mean by 100 logins? Each user logs in 100 times? Also 500kb of memory for a single session seems a bit steep. I'm sure its possible, but this really sounds like data you want on disk rather than in memory. What happens when you output: <cfoutput>#session.toString()#</cfoutput> Not sure how accurate using the size of this as a gauge of actual memory used would be (not very accurate I'd bet), but it might be a start. -- Mark Stanton Gruden Pty Ltd http://www.gruden.com --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
