On 8/2/07, Nathan Mealey <[EMAIL PROTECTED]> wrote: > Thanks for the response. > > Rails version: 1.8.6
Guess thats Ruby, not Rails. > > Session storage: PStore > > Storing only the user_id in the session object. > PStore is good for development or testing locally, and not for a good traffic site, since each session will create a new file... and Windows don't behave great with thousands of files in the same folder (check tmp/sessions folder). I'll suggest you call about script inside your rails app to get some info like this: About your application's environment Ruby version 1.8.5 (i386-mswin32) RubyGems version 0.9.4 Rails version 1.2.3 Active Record version 1.15.3 Action Pack version 1.13.3 Action Web Service version 1.2.3 Action Mailer version 1.3.3 Active Support version 1.4.2 Edge Rails revision ... Application root ... Environment development Database adapter mysql Database schema version 148 -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
