View Single Post
  #21 (permalink)  
Old 08-10-2007, 07:37 AM
vijayanand vijayanand is offline
D-Web Analyst
 
Join Date: Feb 2007
Posts: 293
vijayanand is on a distinguished road
Default Re: Site Performance - Tips & Tricks

Generic Session Optimizations

• Don't use session.auto_start.
• Do not enable session.use_trans_sid
• Whenever possible set session.cache_limiter to private_no_expire
• Assign each user (vhost) it's own sessions directory.
• For large sites consider using session.save_path = "N;/path"
• If possible avoid automatic garbage collection.
__________________

J.Vijayanand
Reply With Quote
Sponsored Links