|
Posted by StevePBurgess on 10/09/92 11:36
> Since PHP 4.2, use of session_register() is
> not recommended. Use $_SESSION["whatever"] instead. See
> http://php.net/session_register.
Thanks - will look into that.
> IMHO, I would use only cookies. If a user has cookies disabled
> irrationaly (IMO, again), they should just have to live with sites not
> working correctly. HTTP is a statless protocol, and complex modern sites
> usually require state information to provide useful functionality, and
> cookies are the best mechanism to provide that information.
80% of the users of the site have no choice as their PCs are centrally
administered and the TOOLS->OPTIONS menu in Internet Explorer is
disabled on their PC/Terminal. I will try to encourage the
administrators to allow cookies for my site however.
Thanks for your help.
Navigation:
[Reply to this message]
|