3

I know there are so many similar questions but none worked for me. Heres my server specification.

PHP Version 7.0.15-0ubuntu0.16.04.4

Apache/2.4.18 (Ubuntu)

I also tried custom path for session.save_path with full permission but still its not working.

Any idea?

Thanks :)

Shail
  • 873
  • 4
  • 16
  • ... do you have multible requests at the same time? Note that session_start is blocking and waits for other requests from the same user. – Roland Starke Mar 17 '17 at 07:37
  • I think no, I am only using at the moment. But even if for multiple requests it should work. Yes I know its adding more requests in queue. But I dont think there is that much requests. – Shail Mar 17 '17 at 07:38
  • Same project is running very smooth on local and amazon ec2 linux instance. – Shail Mar 17 '17 at 07:38
  • Possible duplicate of [session\_start hangs](http://stackoverflow.com/questions/4333209/session-start-hangs) – Mihai Matei Mar 17 '17 at 07:44
  • I have checked that and its not worked for me. In fact I checked so many similar questions. – Shail Mar 17 '17 at 07:45
  • Are there any hints in apache log files /var/log/apache2/(access|error)_log ? – seboettg Mar 17 '17 at 09:42
  • Nothing in log but now I used session handler and replaced with redis. So thanks to all for help :) – Shail Mar 18 '17 at 10:11

0 Answers0