Symfony on WAMP produces error "The session id is too long or contains illegal characters"

386 Views Asked by At

I am working with php, symfony and wamp, and I am getting this error.

Warning: SessionHandler::read(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,'

The server is working on the app perfectly but when I am testing on the server I get this error. Any ideas on how to solve this problem?

0

There are 0 best solutions below