Session problems

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

marcklaser
Forum Newbie
Posts: 10
Joined: Fri May 19, 2006 12:10 pm

Post by marcklaser »

I removed:

Code: Select all

ini_set('session.referer_check',1);
It worked. Any idea why? :/
Thanks for all your help btw.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

marcklaser
Forum Newbie
Posts: 10
Joined: Fri May 19, 2006 12:10 pm

Post by marcklaser »

Oh okay. I kinda overlooked that and I thought referer_check was boolean. Thanks for the help.
Post Reply