How to ensure that session is not cleared after Apache restart( or stop and start) ?
Because when I upgrade my source code and restart Apache, I refresh the web page and there I have to login again. Session is lost.
Session is stored in Memcache. No idea how and why its cleared. How to preserve the session so that the user need not login after the apache restart?