A strange subject that, but here's the thing.
All pages on my site include a page. On this page, it says:
Now that is perfectly fine and all is well site-wise. However - the first link you hover over on the page, all of them, displays the link followed by :
?PHPSESSID=blablabla
Now - is there anyway round this? _________________________________
Leozack
All pages on my site include a page. On this page, it says:
Code:
session_start();
if (!$PHPSESSID) {
session_register('logged_in');
} else if (!$logged_in) {
session_register('logged_in');
}
?PHPSESSID=blablabla
Now - is there anyway round this? _________________________________
Leozack
Code:
MakeUniverse($infinity,1,42);