stephenfewer / grinder

Grinder is a system to automate the fuzzing of web browsers and the management of a large number of crashes.
BSD 3-Clause "New" or "Revised" License
415 stars 131 forks source link

Auto session create problem #3

Closed mtimur closed 10 years ago

mtimur commented 11 years ago

If session doesn't start automatically, it was not possible to log in. I tried adding "session_start();" to index.php and everything started working as usual.

stephenfewer commented 10 years ago

Thanks for report but unable to reproduce. session_start is performed via the generated config.php which should suffice AFAIK.