Strange Include 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
saahilgoyal
Forum Newbie
Posts: 1
Joined: Mon Dec 01, 2008 12:40 pm

Strange Include Error

Post by saahilgoyal »

I have my session across the global domain . ".DomainName.com"

there are two scripts working across subdomains : X.domain.com & Y.domain.com

sometimes, it shows include error, file not found in Y.domain.com, that is a file of X.domain.com , and there is no clue of that file in Y.domain.com code anywhere.

once i delete all the session variables from PHP "/lib/session/"

everything is fine.


Can Anyone help ?
Post Reply