Something like:

<?php
session_set_cookie_params(0, '/', 'ksachiropoelkapelle.be');
session_start();
...


I inserted this code at the top:
session_set_cookie_params(0, '/', '.ksachiropoelkapelle.be');

It did not solve the problem, still after logging in on
www.ksachiropoelkapelle.be the session is not recognized.
I know the line of code works cause when I surf directly to
http://www.groep6049.ksjnet.be/ it does not work anymore (appearently the
cookie domain is not recognized anymore).

Any other ideas?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to