Im currently modifying templates to include the SID constant, for the few set 
of users who are rejecting session cookies.
If I have an url like ->
<a href="http://www.foo.com/";>Go Home</a>

For users who are rejecting cookies the url looks like ->
<a href="http://www.foo.com/?PHPSISSID=1234";>Go Home</a>

For users who are accepting cookies, the url looks like ->
<a href="http://www.foo.com/?";>Go Home</a>

My question is, are there any known problems with just having '?' at the end 
of urls/links?
Yes, I can do an if/else, but for simple things like this in the templates, 
but it makes it look more like code than html, and I rather stay away from 
it.  The simpler the template the better.

Thanks for your advise.

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

Reply via email to