On 11/12/02 10:15 AM, Charles Wiltgen ([EMAIL PROTECTED]) wrote: >> So, your URLs will actually look like >> http://www.site.com/article.php?PHPSESSID=12413523245546453 > > No problem, since the user will never see this and other session properties > using this Invisible Get method even with cookies disabled.
Your method assumes something about your users: that they click on links. This may be unlikely, but what if a user uses the 'copy URL to clipboard' (or equivalent) feature of their browser? It could be pasted into an e-mail, posted to a newsgroup, etc. While 'Invisible Gets' may handle the general case, they do not entirely solve the problem. Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php