on 02/01/03 11:42 AM, Michael J. Pawlowsky ([EMAIL PROTECTED]) wrote:

> You don't need to accept cookies for sessions. That's the beauty of it.
> PHP automatically appends ?PHPSESSID=$sessid to URLs.

only if you compile with trans_sid (he didn't) or if you physically add the
SID to each LINK (which he hasn't so far).


> You will have to tweak this...  especiallu since I use my own class for db
> stuff...  but here it is... enjoy.

eeek, that's a whole lotta code for him to learn just to try and get
sessions working, don't you think??

[mega snip]

Justin


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

Reply via email to