phpknight Posted March 25, 2008 Share Posted March 25, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.