View Single Post

  #7 (permalink)  
Old 10-11-2004
Justin Koivisto
 
Posts: n/a
Default Re: Securing PHP Code that Creates Images

Chris wrote:

> Chris Hope wrote:
>
>>Except you cannot rely on sessions. If they don't have cookies
>>enabled in their browser then every request will appear to be from a
>>new session.

>
> Unless you use URL rewriting to carry the session ID. See "Passing the
> Session ID", about 1/2 the way down this page:
>
> http://php.net/manual/en/ref.session.php


Yup, I got into the habit of using trans-sid when I started messing with
sessions - I haven't looked back since. ;)

--
Justin Koivisto - spam@koivi.com
http://www.koivi.com
Reply With Quote