Session Error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tech4c
Forum Newbie
Posts: 1
Joined: Mon Sep 01, 2008 12:21 am

Session Error

Post by tech4c »

HI , i am new to the forum and this is my first time that i submit a question my problem is i got this error on my website's one page the error is like

"Warning: Unknown: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in Unknown on line 0"

I don't know what's problem can you guys help me out.
Thanks in advance.
gilley55
Forum Newbie
Posts: 11
Joined: Tue Aug 19, 2008 10:13 am

Re: Session Error

Post by gilley55 »

IT would be nice if we could see your code!
but anyway based on the error i believe there is a character some where thats is neither a number or letter
make sure you are using numbers or letters ONLY!

Tip: always copy and paste your error on google and do a search.
Magical things can happen
User avatar
Sindarin
Forum Regular
Posts: 521
Joined: Tue Sep 25, 2007 8:36 am
Location: Greece

Re: Session Error

Post by Sindarin »

Maybe it's a BOM signature error. Do you use UTF8 encoded files?
Post Reply