[PHP] WebTV vs PHP

2003-02-26 Thread Martin Mandl
Has anybody expirienced troubles with clients using some sort of WebTV?
I got a bug report saying - sbdy using WebTV has problems with our 
sites. We are using pure PHP - no JAVA, no JAVAScript ... Thus it's 
puzzling. The only thing I are sessions. However they are working also 
with cookies switched off 

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


Re: [PHP] WebTV vs PHP

2003-02-26 Thread Ernest E Vogelsinger
At 16:49 26.02.2003, Martin Mandl spoke out and said:
[snip]
Has anybody expirienced troubles with clients using some sort of WebTV?
I got a bug report saying - sbdy using WebTV has problems with our 
sites. We are using pure PHP - no JAVA, no JAVAScript ... Thus it's 
puzzling. The only thing I are sessions. However they are working also 
with cookies switched off 
[snip] 

If the browser has cookies disabled PHP will automatically switch to
url-based session handling (provided you have url_rewrite enabled). The
rest is a html or possibly css issue.

If you need to get this sorted out you should try to work with a WebTV
client appliance to see what's actually happening...


-- 
   O Ernest E. Vogelsinger 
   (\) ICQ #13394035 
^ http://www.vogelsinger.at/


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