0

I have implemented wincache with IIS in windows and enabled scache with maximum size of 85MB. But the problem now is after it hit 85MB, my PHP application has problem logging in. Is there a way to fix this?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
pakito
  • 387
  • 2
  • 3
  • 17
  • Unlike forum sites, we don't use "Thanks", or "Any help appreciated", or signatures on [so]. See "[Should 'Hi', 'thanks,' taglines, and salutations be removed from posts?](http://meta.stackexchange.com/questions/2950/should-hi-thanks-taglines-and-salutations-be-removed-from-posts). – John Saunders May 08 '15 at 07:24

1 Answers1

0

You could use a different session provider that is not constrained by the same size limitations as WinCache? Have you considered session.save_handler = files ?

DropPhone
  • 396
  • 2
  • 9