Jump to content

Could this be a hack attempt?


phpknight

Recommended Posts

Hi,

 

I've had this code that has been working for about five years.  Then, out of the blue today, I get this error a few times:

 

Warning: session_start() [function.session-start]: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,'

 

The weird thing is I am not supplying a name, and I haven't upgraded PHP lately or anything that might cause this.  So, the question is: could this be a hack attempt by somebody trying to supply a bad session id from the client side?

 

And, would there be any way to test if the warning was triggered and see what ID is actually causing this?  I'm familiar with catching errors but not warnings.

 

Thanks!

 

 

Link to comment
https://forums.phpfreaks.com/topic/97874-could-this-be-a-hack-attempt/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.