In order to set and then check a cookie, you need to go through a page... so
you'd have to set something in the URL like ?cookieset=1 anyway, in order to
knwo you had set it, in order to check it.

In other words, you'll need some guff in the URL, in order for it to all
work, so why not let it be the session key, and let trans_sid do the work?

Without trying to sound rude, "get over it" or "deal with it" :)


Justin


on 01/10/02 8:53 PM, Daniel Alsén ([EMAIL PROTECTED]) wrote:

> Aha...i got a bit confused first when i read your answer since i _know_ i
> have cookies enabled. But isn´t there any other way to work around this? Can
> i check if the cookie is set myself and if it is disable trans_sid with
> 'ini_set('session.use_trans_sid',false);'?


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

Reply via email to